UI: Add 'Info:' label to event description for consistency

This commit is contained in:
2025-05-01 13:05:36 -04:00
parent dc51e61396
commit 3cb02230f6
2 changed files with 2 additions and 2 deletions

View File

@@ -414,7 +414,7 @@ const EventAdmin: React.FC = () => {
<Box sx={{ mb: 4 }}>
<Typography variant="body1" paragraph>
{event.description}
<strong>Info:</strong> {event.description}
</Typography>
<Typography variant="subtitle1" gutterBottom>
<strong>Location:</strong> {event.location}

View File

@@ -166,7 +166,7 @@ const EventView: React.FC = () => {
<Box sx={{ mb: 4 }}>
<Typography variant="body1" paragraph>
{event.description}
<strong>Info:</strong> {event.description}
</Typography>
<Typography variant="subtitle1" gutterBottom>
<strong>Location:</strong> {event.location}