feat: add bsky logo

This commit is contained in:
Julien Calixte
2026-03-10 17:57:40 +01:00
parent 224de39cf7
commit 3ad5b13427
3 changed files with 34 additions and 11 deletions

View File

@@ -23,8 +23,8 @@ const { userInput, repoInput, submit } = useForm()
<last-visited />
<div class="get-started">
<sign-in-atproto :with-sign-out="false" />
<sign-in-github />
<sign-in-atproto />
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn"
>Manage your repos</router-link
>
@@ -77,7 +77,7 @@ const { userInput, repoInput, submit } = useForm()
name: 'FluxNoteView',
params: { user: 'remanso-space', repo: 'getting-started' },
}"
class="btn"
class="btn btn-sm"
>Get started</router-link
>
</footer>