We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a8082 commit 5f0b43fCopy full SHA for 5f0b43f
app/components/SpeakerPageSection.vue
@@ -72,7 +72,7 @@ const sessionSponsors = (computed(() => [...sponsors.value.platinum, ...sponsors
72
>
73
<nuxt-link :to="`/sponsor-sessions/${sponsor.name_en}`">
74
<img
75
- :src="`${urlBasePath}/sponsor/${sponsor.name_en}.png`"
+ :src="`${urlBasePath}/sponsor-square/${sponsor.name_en}.png`"
76
:alt="sponsor.name_jp"
77
class="mb-2 md:mb-4"
78
0 commit comments