mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
fix(console): make logo on /black link back to homepage (#8498)
This commit is contained in:
@@ -19,7 +19,7 @@ export default function BlackLayout(props: RouteSectionProps) {
|
||||
<div data-page="black">
|
||||
<div data-component="header-gradient" />
|
||||
<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">
|
||||
<title>opencode</title>
|
||||
<g clip-path="url(#clip0_3654_210259)">
|
||||
@@ -83,7 +83,7 @@ export default function BlackLayout(props: RouteSectionProps) {
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
</div>
|
||||
</A>
|
||||
</header>
|
||||
<main data-component="content">
|
||||
<div data-slot="hero">
|
||||
|
||||
Reference in New Issue
Block a user