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 } }"

View File

@@ -89,6 +89,7 @@ const { userInput, repoInput, submit } = useForm()
.github-form {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 0.5rem;
input {
max-width: 140px;