1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-21 22:05:38 -04:00

Fixed: '/series' URL Base breaking UI navigation

Closes #4148
This commit is contained in:
Robin Dadswell
2020-12-13 18:57:06 +00:00
committed by GitHub
parent 0ff889c3be
commit cc39d4ee23
2 changed files with 1 additions and 5 deletions
@@ -53,7 +53,7 @@ class PageHeader extends Component {
<div className={styles.logoContainer}>
<Link
className={styles.logoLink}
to={`${window.Sonarr.urlBase}/`}
to={'/'}
>
<img
className={styles.logo}