From ca0c0fddfb355687f7de9c5927d15673c7a7ea32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rahel=20Lu=CC=88thy?= Date: Fri, 4 Feb 2022 13:41:44 +0100 Subject: [PATCH] #51: Minor --- src/app/components/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/App.tsx b/src/app/components/App.tsx index 069b1cc..41412b0 100644 --- a/src/app/components/App.tsx +++ b/src/app/components/App.tsx @@ -27,7 +27,7 @@ const useStyles = makeStyles()({ export const App = () => { const { classes } = useStyles() return ( -
+ <> {`React You Do You – v${import.meta.env.VITE_APP_VERSION}`} @@ -39,6 +39,6 @@ export const App = () => {
- + ) }