Skip to content

Commit 825026b

Browse files
chore: remove img from island
1 parent a9fab21 commit 825026b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/islands/OgPageImage.island.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const props = defineProps<{
1515
>
1616
<div class="h-2 bg-primary-500 flex absolute bottom-0 left-0 w-full"></div>
1717

18-
<img src="/favicon.svg" width="99" class="absolute bottom-10 right-10" />
18+
<!-- <img src="/favicon.svg" width="99" class="absolute bottom-10 right-10" /> -->
1919
<div class="pb-10 justify-center items-center flex flex-col">
2020
<img v-if="cover" :src="cover" width="432" height="243" />
2121
<h1 class="truncate max-w-5xl mt-10">

components/islands/OgPostImage.island.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const { data: author } = await useAsyncData(`author-meta-${props.author}`, () =>
2727
>
2828
<div class="h-2 bg-primary-500 flex absolute bottom-0 left-0 w-full"></div>
2929

30-
<img src="/favicon.svg" width="99" class="absolute bottom-10 right-10" />
30+
<!-- <img src="/favicon.svg" width="99" class="absolute bottom-10 right-10" /> -->
3131
<div class="pb-10 justify-center items-center flex flex-col">
3232
<img v-if="cover" :src="cover" width="432" height="243" />
3333
<h1 class="truncate max-w-5xl mt-10">

0 commit comments

Comments
 (0)