From cc389ad0f00466211438f16322b3517bb10f55b7 Mon Sep 17 00:00:00 2001
From: Nico Vermaas <vermaas@astron.nl>
Date: Tue, 23 Feb 2021 15:01:24 +0100
Subject: [PATCH] adding version (because I can't see what is deployed)

---
 src/routes/Routes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/routes/Routes.js b/src/routes/Routes.js
index 234f5c3..6f02266 100644
--- a/src/routes/Routes.js
+++ b/src/routes/Routes.js
@@ -51,7 +51,7 @@ export default function Routes() {
         </Route>
         <Route exact path="/samp" component={SampPage} />
       </Switch>
-      <footer><small> version 23 feb 2021 15:00</small></footer>
+      <footer><small>esap-gui version 23 feb 2021 15:00</small></footer>
     </Router>
   );
 }
-- 
GitLab