From 2ee1b08ce23a27f65bf9d5f554ae83c70a9fdd34 Mon Sep 17 00:00:00 2001
From: Nico Vermaas <vermaas@astron.nl>
Date: Mon, 8 Jun 2020 13:36:38 +0200
Subject: [PATCH] changed version for merging/deploy

---
 src/components/About.js         | 4 ----
 src/components/Configuration.js | 2 +-
 src/components/Main.js          | 4 ++--
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/components/About.js b/src/components/About.js
index 9ad2d6a..440f591 100644
--- a/src/components/About.js
+++ b/src/components/About.js
@@ -9,10 +9,6 @@ export function About() {
         <div>
 
             <p></p>
-            <p>
-                <h3>About ESAP</h3>
-
-            </p>
             <p>
                 <ul>
                     <li> GUI basename : {GetBaseName()} </li>
diff --git a/src/components/Configuration.js b/src/components/Configuration.js
index 0b86b20..e6a4875 100644
--- a/src/components/Configuration.js
+++ b/src/components/Configuration.js
@@ -49,7 +49,7 @@ export default function Configuration(props) {
     let renderConfigButton =
         <Button variant="outline-info"
                 onClick={handleShow}><FontAwesomeIcon icon={faWrench} />
-            &nbsp;Configuration
+            &nbsp;ESAP Gateway Host
         </Button>
 
     let renderConfigDialog =
diff --git a/src/components/Main.js b/src/components/Main.js
index bbb911b..a975574 100644
--- a/src/components/Main.js
+++ b/src/components/Main.js
@@ -52,7 +52,7 @@ function Main () {
 
                 <Switch>
                     <Route exact path="/">
-                        <QueryPage />
+                        <ArchivesPage />
                     </Route>
 
                     <Route path="/telescopes">
@@ -79,7 +79,7 @@ function Main () {
                 </Switch>
             </div>
 
-            <footer><small>ASTRON - version 0.6.5 - 16 apr 2020</small></footer>
+            <footer><small>ASTRON - version 0.6.5 - 28 apr 2020</small></footer>
         </Router>
     );
 }
-- 
GitLab