Skip to content

Commit ae11e7c

Browse files
committed
Fix Plus link
1 parent 02b5304 commit ae11e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export function Header(props: React.PropsWithChildren) {
153153
<Link href="/showcase" className="text-sm/6 text-gray-950 dark:text-white">
154154
Showcase
155155
</Link>
156-
<a href="./plus?ref=top" className="group relative px-1.5 text-sm/6 text-sky-800 dark:text-sky-300">
156+
<a href="/plus?ref=top" className="group relative px-1.5 text-sm/6 text-sky-800 dark:text-sky-300">
157157
<span className="absolute inset-0 border border-dashed border-sky-300/60 bg-sky-400/10 group-hover:bg-sky-400/15 dark:border-sky-300/30" />
158158
Plus
159159
<svg

0 commit comments

Comments
 (0)