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 a41192c commit 5be6f07Copy full SHA for 5be6f07
www/components/Footer.tsx
@@ -31,11 +31,12 @@ export default function Footer(props: JSX.HTMLAttributes<HTMLElement>) {
31
<a
32
href={link.href}
33
class="text-foreground-secondary hover:underline"
34
+ target="_blank"
35
>
36
{link.title}
37
</a>
38
))}
- <a href="https://fresh.deno.dev">
39
+ <a href="https://fresh.deno.dev" target="_blank">
40
<img
41
width="197"
42
height="37"
www/components/NavigationBar.tsx
@@ -33,6 +33,7 @@ export default function NavigationBar(
href="https://github.com/bisterix-studio/parley"
class="hover:text-green-600 inline-block transition"
aria-label="GitHub"
<Icons.GitHub />
0 commit comments