Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/09bf1500d6d1d1104343c16050c4caddad21c373?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
4 additions and
0 deletions
@ -3,6 +3,7 @@ import React from 'react';
import Icon from 'Components/Icon' ;
import Icon from 'Components/Icon' ;
import Link from 'Components/Link/Link' ;
import Link from 'Components/Link/Link' ;
import { icons } from 'Helpers/Props' ;
import { icons } from 'Helpers/Props' ;
import translate from 'Utilities/String/translate' ;
import styles from './ModalContent.css' ;
import styles from './ModalContent.css' ;
function ModalContent ( props ) {
function ModalContent ( props ) {
@ -28,6 +29,7 @@ function ModalContent(props) {
< Icon
< Icon
name = { icons . CLOSE }
name = { icons . CLOSE }
size = { 18 }
size = { 18 }
title = { translate ( 'Close' ) }
/ >
/ >
< / L i n k >
< / L i n k >
}
}
@ -78,6 +78,7 @@ class PageHeader extends Component {
aria - label = "Donate"
aria - label = "Donate"
to = "https://prowlarr.com/donate"
to = "https://prowlarr.com/donate"
size = { 14 }
size = { 14 }
title = { translate ( 'Donate' ) }
/ >
/ >
< IconButton
< IconButton
className = { styles . translate }
className = { styles . translate }
@ -24,6 +24,7 @@ function PageHeaderActionsMenu(props) {
< MenuButton className = { styles . menuButton } aria - label = "Menu Button" >
< MenuButton className = { styles . menuButton } aria - label = "Menu Button" >
< Icon
< Icon
name = { icons . INTERACTIVE }
name = { icons . INTERACTIVE }
title = { translate ( 'Menu' ) }
/ >
/ >
< / M e n u B u t t o n >
< / M e n u B u t t o n >