Skip to content

Commit

Permalink
Add dynamic year in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
kopitek8 authored Apr 24, 2024
1 parent 136e305 commit b448f1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@ function Footer(props: Props) {
<div className={styles.bottomContainer}>
<div className={styles.content}>
<div className={styles.leftContainer}>
{t('copyright')}
Copyright &copy;
{' '}
{new Date().getFullYear()}
{' '}
MapSwipe
</div>
<div className={styles.rightContainer}>
<Link
Expand Down

0 comments on commit b448f1d

Please sign in to comment.