@@ -29,7 +29,7 @@ export function LongSessionCard({
29
29
30
30
const formattedDate = eventStart . toLocaleDateString ( "en-US" , {
31
31
day : "numeric" ,
32
- month : "short " ,
32
+ month : "long " ,
33
33
} )
34
34
35
35
const year = eventStart . getFullYear ( )
@@ -70,7 +70,7 @@ export function LongSessionCard({
70
70
< div className = "flex items-start justify-between gap-6" >
71
71
< SessionTags session = { session } />
72
72
{ year !== new Date ( ) . getFullYear ( ) && (
73
- < div className = "flex items-center gap-2 border border-neu-400 bg-neu-100 px-2 py-1" >
73
+ < div className = "flex items-center gap-2 border border-neu-400 bg-neu-100 px-2 py-1 dark:border-neu-100 dark:bg-neu-50 " >
74
74
< span className = "typography-menu text-neu-900" > { year } </ span >
75
75
</ div >
76
76
) }
@@ -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" />
0 commit comments