Skip to content

Commit

Permalink
fix: fix static date
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Jan 12, 2024
1 parent 5fbc87c commit e250e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function Footer() {
</a>
</Link>
</div>
<p className='mt-8 text-sm leading-6 text-center text-gray-400 dark:text-gray-200'>© 2023 TiDev, Inc. - 38 Court Square West, Centreville, AL 35042</p>
<p className='mt-8 text-sm leading-6 text-center text-gray-400 dark:text-gray-200'>© {new Date().getFullYear()} TiDev, Inc. - 38 Court Square West, Centreville, AL 35042</p>
</div>
</section>
);
Expand Down

0 comments on commit e250e7c

Please sign in to comment.