style: Add Info label to event description and align with other details

This commit is contained in:
Starstrike
2025-05-01 14:09:57 -04:00
parent b90f39f082
commit 549d9856c0

View File

@@ -118,8 +118,8 @@ const EventList: React.FC = () => {
size="small"
/>
</Box>
<Typography variant="body2" color="text.secondary" paragraph>
{event.description}
<Typography variant="body2" color="text.secondary">
<strong>Info:</strong> {event.description}
</Typography>
<Typography variant="body2" color="text.secondary">
<strong>Date:</strong> {new Date(event.date).toLocaleString()}