Skip to content

Commit 7babe8e

Browse files
committed
fix(frontend): open pyro in new tab
1 parent c7b2b22 commit 7babe8e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

apps/frontend/src/components/ui/servers/PoweredByPyro.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<template>
2-
<a href="https://pyro.host" class="mx-auto mt-8 flex flex-row items-center gap-2 hover:underline">
2+
<a
3+
href="https://pyro.host"
4+
target="_blank"
5+
class="mx-auto mt-8 flex flex-row items-center gap-2 hover:underline"
6+
>
37
<PyroIcon class="size-4 text-[var(--color-text-secondary)]" />
48
<span class="text-sm text-[var(--color-text-secondary)]">Powered by Pyro</span>
59
</a>

0 commit comments

Comments
 (0)