Added tag photos.

This commit is contained in:
DebaucheryLibrarian
2021-03-16 02:31:23 +01:00
parent 398161b03b
commit 3bebf5bf51
76 changed files with 38 additions and 22 deletions

View File

@@ -36,7 +36,7 @@
>Log in</button>
<router-link
to="/signup"
:to="{ name: 'signup', query: { ref: $route.query.ref } }"
class="link link-external signup"
>Sign up</router-link>
</template>

View File

@@ -44,7 +44,7 @@
>Sign up</button>
<router-link
to="/login"
:to="{ name: 'login', query: { ref: $route.query.ref } }"
class="link link-external login"
>Log in</router-link>
</template>