Skip to content

Commit c780b44

Browse files
committed
fix: add back missing quote
1 parent 0941d82 commit c780b44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/pages/index.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ if (import.meta.client && isCallback.value) {
5151
>
5252
<NuxtLink
5353
:to="`/${repo}`"
54-
class="no-underline text-gray-400 hover:underline active:text- >
54+
class="no-underline text-gray-400 hover:underline active:text-white"
55+
>
5556
{{ repo }}
5657
</NuxtLink>
5758
</li>

0 commit comments

Comments
 (0)