Skip to content

Commit

Permalink
feat: #137 removed left over code from trying to get scoped styling t…
Browse files Browse the repository at this point in the history
…o work
  • Loading branch information
BillyBouman-2B-IT committed Jun 24, 2023
1 parent 94be97e commit 5b20d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defineProps({
</div>
<NuxtPicture
v-if="image"
:img-attrs="{ class: [imagePosition, 'hero-image'] }"
:img-attrs="{ class: imagePosition }"
:src="image"
:alt="imageAlt"
:width="432"
Expand Down

0 comments on commit 5b20d50

Please sign in to comment.