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-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">
|
||||||
|
|||||||
Reference in New Issue
Block a user