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 d6e9900 commit 504cc4bCopy full SHA for 504cc4b
src/components/header/index.tsx
@@ -53,7 +53,7 @@ export default function Header() {
53
<button
54
className="group flex items-center rounded-full px-4 py-2 text-sm font-medium shadow-lg shadow-zinc-800/5 ring-1 backdrop-blur bg-zinc-850/10 text-zinc-200 ring-white/10 hover:ring-white/20"
55
type="button"
56
- onClick={router.back}
+ onClick={() => router.push('/')}
57
>
58
<svg
59
viewBox="0 0 8 6"
0 commit comments