Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit 8e21776

Browse files
Merge branch 'Nikhil-Vats-home_link'
2 parents b3a18f3 + 136be3b commit 8e21776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<span><img src="../../static/logo.png" height="50px"></span>
1010
</router-link>
1111
<div id="mobileNavHeading">
12-
<h1 id="bio">Bio</h1><h1 id="js">JS</h1>
12+
<router-link to="/"><h1 id="bio">Bio</h1><h1 id="js">JS</h1></router-link>
1313
</div>
1414
<router-link class="navLink" :class="active=='components'?'active':''" to="/components"><span>Components</span></router-link>
1515
<router-link class="navLink" :class="active=='guide'?'active':''" to="/guide"><span>Guide</span></router-link>

0 commit comments

Comments
 (0)