From 5b97af77be526b9f538d163944b29ec1e5517044 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 17 Feb 2020 14:21:40 +1100
Subject: [PATCH] remove our services from the bottom bar

---
 src/app/app.component.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/app/app.component.html b/src/app/app.component.html
index 311459b..a9ab95f 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -36,7 +36,6 @@
 <mat-toolbar class="footer">
     <span fxFlex></span>
         <button mat-button class="button-link" disableRipple="true" routerLink="/about-us">About Us</button>
-        <button mat-button class="button-link" disableRipple="true" routerLink="/our-services">Our services</button>
         <button mat-button class="button-link" disableRipple="true" routerLink="/settings">Settings</button>
         <button mat-button class="button-link" disableRipple=true routerLink="/contact-us">Contact Us</button>
     <span fxFlex></span>
-- 
GitLab