dashboard fix: clicking 'admin' button on dashboard no longer goes into instance details

This commit is contained in:
Ben Allfree 2024-12-04 08:56:02 -08:00
parent 966b3c8ce0
commit d6711b5d6a

View File

@ -61,6 +61,7 @@
class="btn btn-secondary"
href={INSTANCE_ADMIN_URL(instance)}
target="_blank"
on:click={(e) => e.stopPropagation()}
>
<img
src="/images/pocketbase-logo.svg"