This commit is contained in:
Qstick
2021-02-19 17:53:03 -05:00
parent 9d06a29062
commit b3990d647c
34 changed files with 363 additions and 41 deletions

View File

@@ -29,13 +29,13 @@
.logoFull {
margin-left: 15px;
width: 120px;
width: 240px;
height: 40px;
}
.logo {
width: 32px;
height: 32px;
width: 40px;
height: 40px;
}
.sidebarToggleContainer {

View File

@@ -52,8 +52,11 @@ class PageHeader extends Component {
return (
<div className={styles.header}>
<div className={styles.logoContainer}>
<Link to={`${window.Prowlarr.urlBase}/`}>
<span className={styles.appTitle}>Prowlarr</span>
<Link to={'/'}>
<img
className={styles.logo}
src={`${window.Prowlarr.urlBase}/Content/Images/logo.png`}
/>
</Link>
</div>