Skip to content

Commit

Permalink
Open spec links in the default browser
Browse files Browse the repository at this point in the history
  • Loading branch information
maiertech committed Jul 29, 2024
1 parent ba55a3d commit a8dfd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unime/src/routes/(app)/me/settings/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{#each data.specifications as spec (spec.id)}
<div class="flex flex-col items-center">
<dt class="font-semibold">{`${spec.description} (${spec.id}):`}</dt>
<dd><a href={spec.url} class="underline">{spec.version}</a></dd>
<dd><a href={spec.url} target="_blank" class="underline">{spec.version}</a></dd>
</div>
{/each}
</dl>
Expand Down

0 comments on commit a8dfd0f

Please sign in to comment.