File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export function Header(props: {
20
20
< div class = "bg-white dark:bg-black absolute top-0 left-0 h-screen" >
21
21
< Sidebar
22
22
class = "w-64 p-2 border-r border-gray-200 dark:border-gray-700 pt-4 flex flex-col gap-2"
23
- route = "TOP "
23
+ route = "_PYRO_SHOW_LOGO "
24
24
/>
25
25
</ div >
26
26
</ details >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export function Sidebar(
14
14
const route_map = props . route_map ?? global_route_map ;
15
15
return (
16
16
< div class = { props . class } >
17
- { ! props . route_map && (
17
+ { ( ! props . route_map && props . route === "_PYRO_SHOW_LOGO" ) && (
18
18
< a href = "/" >
19
19
< h1 class = "font-semibold text-lg text-gray-800 dark:text-gray-200 flex items-center gap-2 mr-4" >
20
20
< img src = "/icon.png" class = "w-8 h-8" />
You can’t perform that action at this time.
0 commit comments