Skip to content

Commit

Permalink
Merge branch 'jof/customizable-logo' into jof/sfmix
Browse files Browse the repository at this point in the history
  • Loading branch information
jof committed Feb 20, 2024
2 parents 970ee5e + 7483977 commit 12f2262
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions ui/src/app/components/navigation/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 12f2262

Please sign in to comment.