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 867c972 commit a30edbbCopy full SHA for a30edbb
2 files changed
pwa/app/(con)/[locale]/con/2026/components/HomePage.tsx
@@ -31,7 +31,7 @@ const HomePage = ({ speakers, partners, images }: HomePageProps) => {
31
>
32
<div className="container relative z-10 flex flex-col items-center w-full md:flex-row md:gap-8">
33
<div className="w-4/5 my-6 md:mt-0 md:w-1/2 xl:w-[60%] relative">
34
- <img src="/images/con/2026/logo.webp" alt="Logo API Platform Conference 2026" className="scale-110 translate-y-[10%]" />
+ <img src="/images/con/2026/logo.svg" alt="Logo API Platform Conference 2026" className="scale-110 translate-y-[10%]" />
35
</div>
36
<div className="flex-1 flex flex-col items-center md:items-start">
37
<p className="flex-1 text-lg md:text-xl font-extrabold pb-6 lg:text-3xl md:text-left">
0 commit comments