We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b2b22 commit 7babe8eCopy full SHA for 7babe8e
apps/frontend/src/components/ui/servers/PoweredByPyro.vue
@@ -1,5 +1,9 @@
1
<template>
2
- <a href="https://pyro.host" class="mx-auto mt-8 flex flex-row items-center gap-2 hover:underline">
+ <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
+ >
7
<PyroIcon class="size-4 text-[var(--color-text-secondary)]" />
8
<span class="text-sm text-[var(--color-text-secondary)]">Powered by Pyro</span>
9
</a>
0 commit comments