fix: wrap github link

This commit is contained in:
Julien Calixte
2024-12-21 20:38:39 +01:00
parent 26894ad3fa
commit 7d95efcb54
2 changed files with 2 additions and 1 deletions

View File

@@ -1,12 +1,12 @@
<template>
<header class="header-note">
<ThemeSwap />
<router-link
:to="{ name: 'Home' }"
class="button is-small is-white back-button"
>
<img src="/assets/dark-left-arrow.svg" alt="go back left arrow" />
</router-link>
<theme-swap />
<router-link
class="special-folder"
:to="{ name: 'SpacedRepetitionCard', params: { user, repo } }"