File tree Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Expand file tree Collapse file tree 5 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,5 @@ interface Props {
77---
88
99<a href =" /" >
10- <Logo className =" w-11 h-auto mr-4 block md:hidden" />
11- <Logo className =" h-auto hidden md:block w-full pr-3 lg:pr-8" />
10+ <img class =" md:block block w-[44px] h-[44px] md:w-[85px] md:h-[85px] " src =" /EuroPython2025_logo.png" />
1211</a >
Original file line number Diff line number Diff line change 11---
2- import { Logo } from " ../logo" ;
32import { Image } from " astro:assets" ;
43import heroImage from " ./conference_photo.jpg" ;
54
@@ -83,7 +82,7 @@ const action2 = "/sponsorship/sponsor/";
8382 <div class =" prose-xl relative z-10 text-center" >
8483 <div class =" flex items-center space-x-3 p-10 md:mt-20 justify-center" >
8584 <div class =" w-200 h-200 flex items-center justify-center" >
86- <Logo className =" h-full block md:w-full lg:w-[200px] pr-3 lg:pr-8" />
85+ <img class =" h-full block md:w-full lg:w-[200px] pr-3 lg:pr-8" src = " /logo.png " height = " 188 " width = " 188 " />
8786 </div >
8887 <h1 class =" text-5xl md:text-8xl lg:text-9xl m-0 font-bold text-[#17223A]" >
8988 EuroPython
You can’t perform that action at this time.
0 commit comments