Skip to content

Commit 5e2f537

Browse files
committed
chore: use empty string
1 parent 3ba49e9 commit 5e2f537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const repos = computed(() => allowedRepos.value.filter(r => r.issuesIndexed > 10
3131
</p>
3232
<NuxtLink
3333
class="bg-green-700 rounded-md px-5 py-3 font-medium flex flex-row gap-2 items-center color-white no-underline focus:bg-green-800 hover:bg-green-800 transition-colors shadow-lg"
34-
:href="isCallback ? null : 'https://github.com/apps/unsight-dev/installations/new'"
34+
:href="isCallback ? '' : 'https://github.com/apps/unsight-dev/installations/new'"
3535
:class="{ 'pointer-events-none opacity-50': isCallback }"
3636
>
3737
<template v-if="isCallback">

0 commit comments

Comments
 (0)