We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9b6db commit 5b6aa3aCopy full SHA for 5b6aa3a
1 file changed
app/(main)/header/header.tsx
@@ -13,10 +13,7 @@ export function Header() {
13
14
<div className="flex items-center gap-2">
15
<Button asChild variant="ghost" size="iconBig">
16
- <Link
17
- href="https://github.com/vault-developer/event-loop-explorer"
18
- target="_blank"
19
- >
+ <Link href="https://event-loop-explorer.vercel.app" target="_blank">
20
<Github className="size-6" />
21
</Link>
22
</Button>
0 commit comments