Navigation fixes (#1095)

* Navigation fixes

* remove console log

* Fix prettier

* Fix legal pages as well
This commit is contained in:
Geometrically
2023-04-15 18:07:20 -07:00
committed by GitHub
parent fd28da2a3b
commit e56974f4b2
7 changed files with 109 additions and 107 deletions

View File

@@ -139,10 +139,15 @@
<div>Visit your profile</div>
</div>
</NuxtLink>
<NuxtLink v-else class="iconified-button brand-button" :to="getAuthUrl()">
<a
v-else
class="iconified-button brand-button"
:href="getAuthUrl()"
rel="nofollow noopener"
>
<GitHubIcon aria-hidden="true" />
Sign in with GitHub
</NuxtLink>
</a>
</div>
<div class="links">
<template v-if="auth.user">