fix(console): make logo on /black link back to homepage (#8498)

This commit is contained in:
Ryan Vogel
2026-01-14 11:49:44 -05:00
committed by GitHub
parent 5b431c36f8
commit 346c5e0da6

View File

@@ -19,7 +19,7 @@ export default function BlackLayout(props: RouteSectionProps) {
<div data-page="black"> <div data-page="black">
<div data-component="header-gradient" /> <div data-component="header-gradient" />
<header data-component="header"> <header data-component="header">
<div data-component="header-logo"> <A href="/" data-component="header-logo">
<svg xmlns="http://www.w3.org/2000/svg" width="179" height="32" viewBox="0 0 179 32" fill="none"> <svg xmlns="http://www.w3.org/2000/svg" width="179" height="32" viewBox="0 0 179 32" fill="none">
<title>opencode</title> <title>opencode</title>
<g clip-path="url(#clip0_3654_210259)"> <g clip-path="url(#clip0_3654_210259)">
@@ -83,7 +83,7 @@ export default function BlackLayout(props: RouteSectionProps) {
</clipPath> </clipPath>
</defs> </defs>
</svg> </svg>
</div> </A>
</header> </header>
<main data-component="content"> <main data-component="content">
<div data-slot="hero"> <div data-slot="hero">