Browse Source

refactor: replaced footer anchor with router-link

Kristian Vos 3 years ago
parent
commit
1d1bdd58eb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontend/src/components/layout/MainFooter.vue

+ 2 - 2
frontend/src/components/layout/MainFooter.vue

@@ -5,9 +5,9 @@
 				<div id="footer-copyright">
 					<p>© Copyright Musare 2015 - 2021</p>
 				</div>
-				<a id="footer-logo" href="/"
+				<router-link id="footer-logo" to="/"
 					><img src="/assets/blue_wordmark.png" alt="Musare"
-				/></a>
+				/></router-link>
 				<div id="footer-links">
 					<a :href="github" target="_blank" title="GitHub Repository"
 						>GitHub</a