fix(ui): replace last reference to github.com by git.pihkaal.me
This commit is contained in:
@@ -22,11 +22,11 @@ const isDark = computed({
|
|||||||
<UButton
|
<UButton
|
||||||
color="neutral"
|
color="neutral"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="i-uil-github"
|
icon="i-bi-git"
|
||||||
aria-label="Git repo"
|
aria-label="Git repo"
|
||||||
class="w-8 h-8"
|
class="w-8 h-8"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
to="https://github.com/pihkaal/simple-qr"
|
to="https://git.pihkaal.me/simple-qr"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<UButton
|
<UButton
|
||||||
|
|||||||
@@ -19,8 +19,9 @@
|
|||||||
"skia-canvas": "^3.0.8",
|
"skia-canvas": "^3.0.8",
|
||||||
"zod": "^4.3.6"
|
"zod": "^4.3.6"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.28.2",
|
"packageManager": "pnpm@10.30.1",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@iconify-json/bi": "^1.2.7",
|
||||||
"@iconify-json/heroicons": "^1.2.3",
|
"@iconify-json/heroicons": "^1.2.3",
|
||||||
"@iconify-json/lucide": "^1.2.92",
|
"@iconify-json/lucide": "^1.2.92",
|
||||||
"@iconify-json/uil": "^1.2.3",
|
"@iconify-json/uil": "^1.2.3",
|
||||||
|
|||||||
9154
pnpm-lock.yaml
generated
9154
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user