1
0
Fork 0
mirror of https://github.com/Findus23/devicedetector.net.git synced 2024-09-19 15:43:46 +02:00

add Usage link in navbar

This commit is contained in:
Lukas Winkler 2019-08-24 19:45:07 +02:00
parent c87f650790
commit 4df18e91bb
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -18,6 +18,9 @@
<b-nav-item :to="{name:'contribute'}" :linkClasses="{active:$route.name==='contribute'}"> <b-nav-item :to="{name:'contribute'}" :linkClasses="{active:$route.name==='contribute'}">
Contribute Contribute
</b-nav-item> </b-nav-item>
<a href="https://github.com/matomo-org/device-detector#usage" class="nav-link" target="_blank" rel="noopener">
Usage
</a>
</b-navbar-nav> </b-navbar-nav>
<!-- Right aligned nav items --> <!-- Right aligned nav items -->