ui: rework sidebar heading

This commit is contained in:
Jean-Philippe Sirois
2020-09-02 07:38:55 -04:00
parent 3b9f0c6367
commit 850471394e
4 changed files with 47 additions and 20 deletions
+11 -7
View File
@@ -25,13 +25,17 @@ export const Sidebar: FC<PropsWithChildren<HTMLAttributes<HTMLDivElement>>> = (
return (
<SC.SidebarWrapper {...restProps}>
<Scrollbar>
<SC.Title to="/">
The
<br />
Programmer&apos;s
<br />
Hangout
</SC.Title>
<SC.Header to="/">
<SC.Logo>
<SC.StyledLogo />
</SC.Logo>
<SC.Title>
The Programmer&apos;s
<br />
Hangout
</SC.Title>
</SC.Header>
<SC.Inner>
{children}