enh: doc links launch new window

This commit is contained in:
Ben Allfree 2023-11-14 16:39:26 -08:00
parent 269fd89a4d
commit 2616df4157

View File

@ -6,7 +6,10 @@
<div class="flex items-center justify-between mb-4 flex-wrap gap-2">
<h3 class="text-xl font-bold"><slot /></h3>
<a href={documentation} class="btn btn-sm btn-outline btn-primary"
<a
href={documentation}
class="btn btn-sm btn-outline btn-primary"
target="_blank"
>Full documentation <i
class="fa-regular fa-arrow-up-right-from-square opacity-50 text-sm"
></i></a