mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-31 11:16:40 +00:00
enh: doc links launch new window
This commit is contained in:
parent
269fd89a4d
commit
2616df4157
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user