diff --git a/InBrowserTools/src/layouts/MainLayout.vue b/InBrowserTools/src/layouts/MainLayout.vue
index a3f426a..99442b8 100644
--- a/InBrowserTools/src/layouts/MainLayout.vue
+++ b/InBrowserTools/src/layouts/MainLayout.vue
@@ -21,13 +21,14 @@
 
         <EssentialLink v-for="link in essentialLinks" :key="link.title" v-bind="link" />
 
+        <hr/>
         <q-item clickable href="https://github.com/Razikus/In-Browser-Tools/issues">
           <q-item-section avatar>
             <q-icon name="send" />
           </q-item-section>
 
           <q-item-section>
-            <q-item-label>Request tool</q-item-label>
+            <q-item-label>Request other tool</q-item-label>
           </q-item-section>
         </q-item>