From 88d69a2c2d2bbbf81739406076b5d54e6ab182bc Mon Sep 17 00:00:00 2001
From: "Wortman, Elliot (UG - Comp Sci & Elec Eng)" <ew00710@surrey.ac.uk>
Date: Sat, 18 Nov 2023 13:03:52 +0000
Subject: [PATCH] Disabled h1 header title

---
 src/App.vue | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index b920881..f91836f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,9 +5,9 @@ import ValueTabs from './components/ValueTabs.vue'
 <template>
   <header>
     <img alt="Vue logo" class="logo" src="./assets/NanoPatch.png" />
-    <div class="greetings">
+    <!-- <div class="greetings">
       <h1 class="green">NanoPatch</h1>
-    </div>
+    </div> -->
     <!-- <div class="wrapper">
     </div> -->
   </header>
-- 
GitLab