Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit a928f29

Browse files
Merge branch 'dev' into feat/add-unbound-provider
2 parents 5ccd14d + 346c5e0 commit a928f29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/console/app/src/routes/black.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function BlackLayout(props: RouteSectionProps) {
1919
<div data-page="black">
2020
<div data-component="header-gradient" />
2121
<header data-component="header">
22-
<div data-component="header-logo">
22+
<A href="/" data-component="header-logo">
2323
<svg xmlns="http://www.w3.org/2000/svg" width="179" height="32" viewBox="0 0 179 32" fill="none">
2424
<title>opencode</title>
2525
<g clip-path="url(#clip0_3654_210259)">
@@ -83,7 +83,7 @@ export default function BlackLayout(props: RouteSectionProps) {
8383
</clipPath>
8484
</defs>
8585
</svg>
86-
</div>
86+
</A>
8787
</header>
8888
<main data-component="content">
8989
<div data-slot="hero">

0 commit comments

Comments
 (0)