mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Get rid of a vue :class from the traditional-bootstrap nav blade
This commit is contained in:
parent
0c6e3c60c7
commit
4f16ee7ed9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</button>
|
||||
</div>
|
||||
|
||||
<div class="nav-section-component-links" :class="{ open: openNav }">
|
||||
<div class="nav-section-component-links">
|
||||
<div class="nav-section-component-links-wrapper">
|
||||
<a class="navlink" href="/"><span>Home</span></a>
|
||||
<a class="navlink" href="/blog"><span>Blog</span></a>
|
||||
|
|
Loading…
Reference in a new issue