From fdebddc1b340f4b3d548637b031499fdd0be7ebb Mon Sep 17 00:00:00 2001 From: Yummy_Bacon5 <68166338+YummyBacon5@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:41:23 +0000 Subject: [PATCH] Add the version into the footer Co-authored-by: Luke Thomas --- frontend/src/Home.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/Home.tsx b/frontend/src/Home.tsx index 0646d4e..1f8fdb0 100644 --- a/frontend/src/Home.tsx +++ b/frontend/src/Home.tsx @@ -178,6 +178,10 @@ export default function Home() { Website created by and .

+

Version: {process.env.VERSION}

);