File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export function Venue(props: VenueProps) {
50
50
</ Button >
51
51
</ article >
52
52
< div className = "relative flex-1" >
53
- < h3 className = "mb-6 typography-h3" > How to get to the venue?</ h3 >
53
+ < h3 className = "typography-h3 mb-6 " > How to get to the venue?</ h3 >
54
54
< Accordion
55
55
className = "[&_svg]:fill-neu-900"
56
56
items = { [
@@ -92,7 +92,7 @@ export function Venue(props: VenueProps) {
92
92
} ,
93
93
] }
94
94
/>
95
- < h3 className = "my-6 typography-h3" > Where to stay?</ h3 >
95
+ < h3 className = "typography-h3 my-6 " > Where to stay?</ h3 >
96
96
< Accordion
97
97
className = "[&_svg]:fill-neu-900"
98
98
items = { [
Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ export function Accordion({
46
46
} }
47
47
>
48
48
< summary className = "flex cursor-pointer list-none items-center justify-between gap-2 border-sec-darker p-2 px-3 focus:outline-none group-open/q:border-b dark:border-sec-dark [&::-webkit-details-marker]:hidden" >
49
- < span className = "select-none typography-body-lg" > { item . title } </ span >
49
+ < span className = "typography-body-lg select-none " > { item . title } </ span >
50
50
< ArrowDown className = "size-10 shrink-0 text-sec-darker group-open/q:rotate-180" />
51
51
</ summary >
52
52
< div className = "flex items-start p-3" >
53
- < div className = "text-pretty typography-body-md" >
53
+ < div className = "typography-body-md text-pretty " >
54
54
{ item . description }
55
55
</ div >
56
56
{ item . link && (
You can’t perform that action at this time.
0 commit comments