瀏覽代碼

refactor: replaced footer anchor with router-link

Kristian Vos 3 年之前
父節點
當前提交
1d1bdd58eb
共有 1 個文件被更改,包括 2 次插入2 次删除
  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