Skip to content

Commit

Permalink
Fix API X+ years
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed May 16, 2024
1 parent c7c8d7b commit 493a45e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ const parentItems: Array<ParentItem> = [
{
name: 'API & Platform',
link: '/projects/api',
description: 'Integrate X+ years of historical UTD data into your applications',
description:
'Integrate ' +
(new Date().getFullYear() - 2017) +
'+ years of historical UTD data into your applications',
iconSrc: Puzzle,
},
{
Expand Down

0 comments on commit 493a45e

Please sign in to comment.