Make it possible to customize the sidebar logo
This commit is contained in:
parent
914c7a4491
commit
7483977d16
@ -19,11 +19,17 @@ const Sidebar = () => {
|
||||
<div className="sidebar-header">
|
||||
<div className="logo">
|
||||
<Link to='/'>
|
||||
<i>{/* Theme compatibility */}
|
||||
<FontAwesomeIcon
|
||||
className="logo-icon"
|
||||
icon={faCloud} size="lg" transform="grow-11" />
|
||||
</i>
|
||||
<span>
|
||||
<Content id="header.logo">
|
||||
<i>
|
||||
<FontAwesomeIcon
|
||||
className="logo-icon"
|
||||
icon={faCloud}
|
||||
size="lg"
|
||||
transform="grow-11" />
|
||||
</i>
|
||||
</Content>
|
||||
</span>
|
||||
</Link>
|
||||
</div>
|
||||
<div className="title">
|
||||
|
Loading…
x
Reference in New Issue
Block a user