mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 16:06:13 +02:00
ui: rework sidebar heading
This commit is contained in:
@@ -25,13 +25,17 @@ export const Sidebar: FC<PropsWithChildren<HTMLAttributes<HTMLDivElement>>> = (
|
||||
return (
|
||||
<SC.SidebarWrapper {...restProps}>
|
||||
<Scrollbar>
|
||||
<SC.Title to="/">
|
||||
The
|
||||
<br />
|
||||
Programmer's
|
||||
<br />
|
||||
Hangout
|
||||
</SC.Title>
|
||||
<SC.Header to="/">
|
||||
<SC.Logo>
|
||||
<SC.StyledLogo />
|
||||
</SC.Logo>
|
||||
<SC.Title>
|
||||
The Programmer's
|
||||
<br />
|
||||
Hangout
|
||||
</SC.Title>
|
||||
</SC.Header>
|
||||
|
||||
<SC.Inner>
|
||||
{children}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user