diff --git a/src/components/About.js b/src/components/About.js
index 9ad2d6a42072df56acf335d37915c0b97dda4d64..440f591821e642f284b23d5bcd5b02fa50420058 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 0b86b20e99695c04aefa7e50b0cc3783d19465d1..e6a48758a01d64c70be3aa0db43198b9ac1e5aac 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 bbb911b5f360cf7220a3190ced81cf7c02cb7cc1..a9755741d9fd4aa6e3d0f2b99c93386e97504313 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>
     );
 }