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 02b5304 commit ae11e7cCopy full SHA for ae11e7c
src/components/header.tsx
@@ -153,7 +153,7 @@ export function Header(props: React.PropsWithChildren) {
153
<Link href="/showcase" className="text-sm/6 text-gray-950 dark:text-white">
154
Showcase
155
</Link>
156
- <a href="./plus?ref=top" className="group relative px-1.5 text-sm/6 text-sky-800 dark:text-sky-300">
+ <a href="/plus?ref=top" className="group relative px-1.5 text-sm/6 text-sky-800 dark:text-sky-300">
157
<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" />
158
Plus
159
<svg
0 commit comments