Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove stray dollar signs
  • Loading branch information
regalijan committed Apr 1, 2024
1 parent 75e0caa commit ed331a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/events-team_.historical.tsx
Expand Up @@ -96,7 +96,7 @@ export default function () {
<Box>
<Heading size="sm">Date</Heading>
<Text fontSize="sm" pt="2">
{event.year}-${event.month}-${event.day}
{event.year}-{event.month}-{event.day}
</Text>
</Box>
<Box>
Expand Down

0 comments on commit ed331a6

Please sign in to comment.