Skip to content

Commit 8afada1

Browse files
feat: #137 removed left over code from trying to get scoped styling to work
1 parent 649f370 commit 8afada1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/content/Hero.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defineProps({
3232
</div>
3333
<NuxtPicture
3434
v-if="image"
35-
:img-attrs="{ class: [imagePosition, 'hero-image'] }"
35+
:img-attrs="{ class: imagePosition }"
3636
:src="image"
3737
:alt="imageAlt"
3838
:width="432"

0 commit comments

Comments
 (0)