mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Logos
This commit is contained in:
@@ -29,13 +29,13 @@
|
||||
|
||||
.logoFull {
|
||||
margin-left: 15px;
|
||||
width: 120px;
|
||||
width: 240px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.sidebarToggleContainer {
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user