fix(ui): replace last reference to github.com by git.pihkaal.me

This commit is contained in:
2026-02-21 22:30:21 +01:00
parent ddcc898b7e
commit 0a6d9dd2d2
3 changed files with 3212 additions and 6303 deletions

View File

@@ -22,11 +22,11 @@ const isDark = computed({
<UButton
color="neutral"
variant="ghost"
icon="i-uil-github"
icon="i-bi-git"
aria-label="Git repo"
class="w-8 h-8"
target="_blank"
to="https://github.com/pihkaal/simple-qr"
to="https://git.pihkaal.me/simple-qr"
/>
<UButton