File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
src/app/conf/2025/speakers/[id] Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -128,16 +128,14 @@ export function LongSessionCard({
128
128
</ footer >
129
129
) : (
130
130
< footer className = "flex items-center border-t border-neu-200 text-neu-800 dark:border-neu-100" >
131
- < div className = "flex flex-1 items-center gap-2 border-r border-neu-200 p-4 dark:border-neu-100 lg:p-6 xl:gap-6" >
132
- < div className = "contents flex-col md:max-xl:flex" >
133
- < div className = "flex items-center gap-0.5 whitespace-pre" >
134
- < CalendarIcon className = "size-4 shrink-0 -translate-y-px text-sec-dark" />
135
- < span className = "typography-body-xs" > { formattedDate } </ span >
136
- </ div >
137
- < div className = "flex items-center gap-0.5" >
138
- < ClockIcon className = "size-4 shrink-0 text-sec-dark" />
139
- < span className = "typography-body-xs" > { formattedTime } </ span >
140
- </ div >
131
+ < div className = "flex flex-1 items-center gap-2 border-r border-neu-200 p-4 dark:border-neu-100 lg:gap-4 lg:p-6 xl:gap-6" >
132
+ < div className = "flex items-center gap-0.5 whitespace-pre" >
133
+ < CalendarIcon className = "size-4 shrink-0 -translate-y-px text-sec-dark" />
134
+ < span className = "typography-body-xs" > { formattedDate } </ span >
135
+ </ div >
136
+ < div className = "flex items-center gap-0.5" >
137
+ < ClockIcon className = "size-4 shrink-0 text-sec-dark" />
138
+ < span className = "typography-body-xs" > { formattedTime } </ span >
141
139
</ div >
142
140
< div className = "flex items-center gap-0.5" >
143
141
< PinIcon className = "size-4 shrink-0 text-sec-dark" />
You can’t perform that action at this time.
0 commit comments