File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- <section id =" about" class =" bg-white py-10 md:py-16" >
1+ <section id =" about" class =" bg-emerald-50 py-10 md:py-16" >
22 <div class =" container mx-auto px-4" >
33 <div class =" mb-8 text-center" >
44 <h2 class =" mb-3 text-2xl font-bold text-gray-900 md:text-3xl" >
Original file line number Diff line number Diff line change 1- <section id =" schedule" class =" bg-emerald-50 py-10 md:py-16" >
1+ <section id =" schedule" class =" bg-white py-10 md:py-16" >
22 <div class =" container mx-auto px-4" >
33 <div class =" mb-8 text-center" >
44 <h2 class =" mb-3 text-2xl font-bold text-gray-900 md:text-3xl" >
77 <div class =" mx-auto h-1 w-16 bg-emerald-500" ></div >
88 </div >
99 <div
10- class =" mx-auto max-w-2xl border border-gray-100 bg-white p-8 text-center"
10+ class =" mx-auto max-w-2xl border border-gray-100 bg-white p-8 text-center shadow-sm "
1111 >
1212 <svg
1313 xmlns =" http://www.w3.org/2000/svg"
Original file line number Diff line number Diff line change 22import AboutVimConf from " ../../components/AboutVimConf.astro" ;
33import KeynoteSpeakers from " ../../components/KeynoteSpeakers.astro" ;
44import Schedule from " ../../components/Schedule.astro" ;
5- import Sponsors from " ../../components/Sponsors/index.astro" ;
65import Staff from " ../../components/Staff/index.astro" ;
76import Top from " ../../components/Top.astro" ;
87import Venue from " ../../components/Venue.astro" ;
@@ -23,7 +22,6 @@ export function getStaticPaths() {
2322 <Venue />
2423 <AboutVimConf />
2524 <Schedule />
26- <Sponsors />
2725 <Staff />
2826 </main >
2927</Layout >
You can’t perform that action at this time.
0 commit comments