feat: small change for deployment

This commit is contained in:
Julien Calixte
2026-03-21 11:15:17 +01:00
parent b6d5ad5d4b
commit 72b704a54d

View File

@@ -17,13 +17,15 @@ const { userInput, repoInput, submit } = useForm()
<img src="/favicon.png" alt="Remanso icon" class="remanso-logo" />
Remanso
</h1>
<p>
<sign-in-atproto :with-sign-out="false" />
</p>
<repo-list />
<last-visited />
<div class="get-started">
<sign-in-atproto :with-sign-out="false" />
<sign-in-github />
<router-link v-if="isLogged" :to="{ name: 'RepoList' }" class="btn btn-sm"
>Manage your repos</router-link