Skip to content

Commit e42d0ab

Browse files
authored
feat: always open issues in another tab (#13)
1 parent 4b0f86d commit e42d0ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/pages/[owner]/[repo]/index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ const openState = reactive<Record<string, boolean>>({})
142142
<NuxtLink
143143
class="line-clamp-1 flex-grow text-sm md:text-base lg:flex-grow-0 no-underline color-current hover:underline"
144144
:href="issue.url"
145+
target="_blank"
145146
>
146147
{{ issue.title }}
147148
</NuxtLink>

0 commit comments

Comments
 (0)