open in new tab
All checks were successful
Deployment / Install (push) Successful in 2m45s

This commit is contained in:
Benjamin Palko 2025-04-27 16:15:21 -04:00
parent 15fc4c5550
commit 3fc5512ea2

View file

@ -12,8 +12,10 @@
<div class="flex justify-between">
<div class="flex gap-8">
{#each links as link (link.href)}
<a href={link.href} class="hover:text-base-content text-slate-600 transition-colors"
>{link.name}</a
<a
href={link.href}
target="_blank"
class="hover:text-base-content text-slate-600 transition-colors">{link.name}</a
>
{/each}
</div>