mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
fix Contribute link in navbar
This commit is contained in:
parent
7f2491820b
commit
de8a05be48
@ -9,14 +9,16 @@
|
||||
<NavLink v-else :item="item"/>
|
||||
</div>
|
||||
<!-- repo link -->
|
||||
<a v-if="repoLink"
|
||||
:href="repoLink"
|
||||
class="nav-link"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
{{ repoLabel }}
|
||||
<OutboundLink/>
|
||||
</a>
|
||||
<div v-if="repoLink"
|
||||
class="nav-item">
|
||||
<a :href="repoLink"
|
||||
class="nav-link"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
{{ repoLabel }}
|
||||
<OutboundLink/>
|
||||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
</template>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user