We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba49e9 commit 5e2f537Copy full SHA for 5e2f537
app/pages/index.vue
@@ -31,7 +31,7 @@ const repos = computed(() => allowedRepos.value.filter(r => r.issuesIndexed > 10
31
</p>
32
<NuxtLink
33
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'"
+ :href="isCallback ? '' : 'https://github.com/apps/unsight-dev/installations/new'"
35
:class="{ 'pointer-events-none opacity-50': isCallback }"
36
>
37
<template v-if="isCallback">
0 commit comments