This repository was archived by the owner on Mar 2, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<div id =" mobileNavHeading" >
12
12
<router-link to =" /" ><h1 id =" bio" >Bio</h1 ><h1 id =" js" >JS</h1 ></router-link >
13
13
</div >
14
- <router-link class =" navLink" : class =" active=='components'?'active':'' " to =" /components" ><span >Components</span ></router-link >
15
- <router-link class =" navLink" : class =" active=='guide'?'active':'' " to =" /guide" ><span >Guide</span ></router-link >
16
- <router-link class =" navLink" : class =" active=='about'?'active':'' " to =" /about" ><span >About</span ></router-link >
17
- <router-link class =" navLink" : class =" active=='contact_us'?'active':'' " to =" /contact" ><span >Contact Us</span ></router-link >
14
+ <router-link class =" navLink" active- class =" active" to =" /components" ><span >Components</span ></router-link >
15
+ <router-link class =" navLink" active- class =" active" to =" /guide" ><span >Guide</span ></router-link >
16
+ <router-link class =" navLink" active- class =" active" to =" /about" ><span >About</span ></router-link >
17
+ <router-link class =" navLink" active- class =" active" to =" /contact" ><span >Contact Us</span ></router-link >
18
18
<div class =" close" >
19
19
<img @click =" closeMenu()" src =" ../../static/close.png" alt =" Close menu" >
20
20
</div >
You can’t perform that action at this time.
0 commit comments