Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
khoidt committed Feb 15, 2024
1 parent b62402d commit 09c6326
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/about/ui/news.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ function NewsletterMenu({
>
Nr. {number}
<br />
{newsletter.date.toLocaleDateString('en-US', {
year: 'numeric',
month: 'long',
day: 'numeric',
})}
<span style={{ fontSize: '10pt' }}>
{newsletter.date.toLocaleDateString('en-US', {
year: 'numeric',
month: 'long',
day: 'numeric',
})}
</span>
</Nav.Link>
)
})}
Expand Down

0 comments on commit 09c6326

Please sign in to comment.