This repository was archived by the owner on May 15, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
packages/console/app/src/routes Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments