Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 5fa7900

Browse files
authored
Update logo.tsx (#1)
link in logo to open repo in new tab
1 parent 60ab03a commit 5fa7900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/components/logo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Link from "next/link";
44

55
export default function Logo() {
66
return (
7-
<Link href="https://github.com/hypermodeAI/hyper-commerce?tab=readme-ov-file#hyper-commerce">
7+
<Link href="https://github.com/hypermodeAI/hyper-commerce?tab=readme-ov-file#hyper-commerce"target="_blank">
88
<div className="text-white flex items-center font-semibold text-xl italic">
99
<svg
1010
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)