Skip to content

Commit

Permalink
docs: open links in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Nov 19, 2024
1 parent 4916245 commit aa7023b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .web/docs/.vitepress/theme/components/Extensions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
v-for="item in filteredExtensions"
:key="item.name"
:href="item.url"
target="_blank"
rel="noopener noreferrer"
class="p-4 group bg-vp-c-bg transition-all flex flex-col rounded-lg border border-vp-c-border hover:border-vp-c-brand-2 animate-in fade-in-40 relative"
>
<h2 class="font-bold">
Expand Down Expand Up @@ -166,6 +168,8 @@
</p>
<a
href="https://github.com/minekube/awesome"
target="_blank"
rel="noopener noreferrer"
class="inline-flex items-center gap-2 px-6 py-3 bg-[#24292e] text-white rounded-lg hover:bg-[#2f363d] transition-colors font-medium shadow-sm"
>
<!-- GitHub Icon -->
Expand Down

0 comments on commit aa7023b

Please sign in to comment.