Skip to content

Commit 5f0b43f

Browse files
committed
fix: imagePath を修正
1 parent 35a8082 commit 5f0b43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/SpeakerPageSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const sessionSponsors = (computed(() => [...sponsors.value.platinum, ...sponsors
7272
>
7373
<nuxt-link :to="`/sponsor-sessions/${sponsor.name_en}`">
7474
<img
75-
:src="`${urlBasePath}/sponsor/${sponsor.name_en}.png`"
75+
:src="`${urlBasePath}/sponsor-square/${sponsor.name_en}.png`"
7676
:alt="sponsor.name_jp"
7777
class="mb-2 md:mb-4"
7878
>

0 commit comments

Comments
 (0)