From 493a45ed9e451d97ca1a06f9ea46277285a06b40 Mon Sep 17 00:00:00 2001 From: Tyler Hill Date: Thu, 16 May 2024 18:13:07 -0500 Subject: [PATCH] Fix API X+ years --- src/components/Navbar.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 028ffdb..e3b6090 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -74,7 +74,10 @@ const parentItems: Array = [ { 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, }, {