This commit is contained in:
parent
ee74bbdcb0
commit
c86873fc28
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ interface props {
|
|||
|
||||
function SidebarHeader({ sidebarVisibility }: props) {
|
||||
if (sidebarVisibility == "full") {
|
||||
return <h2>hi there :(</h2>;
|
||||
return <h2>hi there :)</h2>;
|
||||
} else if (sidebarVisibility == "small") {
|
||||
return <h2>hi</h2>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue