feat: change place for atproto

This commit is contained in:
Julien Calixte
2026-03-28 09:45:39 +01:00
parent 5f48aa5690
commit 3a32cb5948

View File

@@ -17,9 +17,6 @@ const { userInput, repoInput, submit } = useForm()
<img src="/favicon.png" alt="Remanso icon" class="remanso-logo" /> <img src="/favicon.png" alt="Remanso icon" class="remanso-logo" />
Remanso Remanso
</h1> </h1>
<p>
<sign-in-atproto :with-sign-out="false" />
</p>
<repo-list /> <repo-list />
@@ -74,6 +71,7 @@ const { userInput, repoInput, submit } = useForm()
<a href="https://apoena.dev" target="_blank" rel="noopener noreferrer" <a href="https://apoena.dev" target="_blank" rel="noopener noreferrer"
>apoena</a >apoena</a
> >
<sign-in-atproto :with-sign-out="false" />
<router-link <router-link
:to="{ :to="{
name: 'FluxNoteView', name: 'FluxNoteView',