File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const EventCard: React.FC<EventCardProps> = ({
28
28
const locale = useLocale ( )
29
29
const { t } = useTranslation ( "page-community" )
30
30
31
- const formatedDate = new Intl . DateTimeFormat ( locale , {
31
+ const formattedDate = new Intl . DateTimeFormat ( locale , {
32
32
day : "2-digit" ,
33
33
month : "short" ,
34
34
} ) . formatRange (
@@ -41,7 +41,7 @@ const EventCard: React.FC<EventCardProps> = ({
41
41
< CardHeader className = "flex flex-row items-center justify-center rounded-t-md border-b border-primary bg-[#FCFCFC] p-2 dark:bg-[#272627]" >
42
42
< CalendarDays className = "me-2 size-6 text-2xl text-primary" />
43
43
< span className = "!mt-0 text-right text-sm text-primary" >
44
- { formatedDate }
44
+ { formattedDate }
45
45
</ span >
46
46
</ CardHeader >
47
47
< div className = "flex items-center justify-center" >
Original file line number Diff line number Diff line change 212
212
"endDate" : " 2025-11-16" ,
213
213
"href" : " https://invisible.garden" ,
214
214
"location" : " Buenos Aires, Argentina" ,
215
- "description" : " Pop-up dev city #1 - Ethereum | Zero Knowledge | Artificial Inteligence | Cybersecurity" ,
215
+ "description" : " Pop-up dev city #1 - Ethereum | Zero Knowledge | Artificial Intelligence | Cybersecurity" ,
216
216
"imageUrl" : " https://cdn.prod.website-files.com/6695a56b501ba1fda80ae466/67851f884a16785150e18e2c_Group%20116.svg"
217
217
},
218
218
{
You can’t perform that action at this time.
0 commit comments