Skip to content

Commit 5b6aa3a

Browse files
feat(core): fix url link
1 parent be9b6db commit 5b6aa3a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/(main)/header/header.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ export function Header() {
1313

1414
<div className="flex items-center gap-2">
1515
<Button asChild variant="ghost" size="iconBig">
16-
<Link
17-
href="https://github.com/vault-developer/event-loop-explorer"
18-
target="_blank"
19-
>
16+
<Link href="https://event-loop-explorer.vercel.app" target="_blank">
2017
<Github className="size-6" />
2118
</Link>
2219
</Button>

0 commit comments

Comments
 (0)