no log: Replace rest of Github link with constant value

pull/1386/head
LASER-Yi 3 years ago
parent 337e781a57
commit 7cf5f00cee

@ -11,6 +11,7 @@ import { Col, Container, Row } from "react-bootstrap";
import { Helmet } from "react-helmet"; import { Helmet } from "react-helmet";
import { systemUpdateStatus } from "../../@redux/actions"; import { systemUpdateStatus } from "../../@redux/actions";
import { useReduxAction, useReduxStore } from "../../@redux/hooks/base"; import { useReduxAction, useReduxStore } from "../../@redux/hooks/base";
import { GithubRepoRoot } from "../../constants";
import { useAutoUpdate } from "../../utilites/hooks"; import { useAutoUpdate } from "../../utilites/hooks";
interface InfoProps { interface InfoProps {
@ -106,18 +107,12 @@ const SystemStatusView: FunctionComponent<Props> = () => {
</Label> </Label>
</CRow> </CRow>
<CRow title="Source"> <CRow title="Source">
<Label <Label icon={faGithub} link={GithubRepoRoot}>
icon={faGithub}
link="https://github.com/morpheus65535/bazarr"
>
Bazarr on Github Bazarr on Github
</Label> </Label>
</CRow> </CRow>
<CRow title="Wiki"> <CRow title="Wiki">
<Label <Label icon={faWikipediaW} link={`${GithubRepoRoot}/wiki`}>
icon={faWikipediaW}
link="https://github.com/morpheus65535/bazarr/wiki"
>
Bazarr Wiki Bazarr Wiki
</Label> </Label>
</CRow> </CRow>

Loading…
Cancel
Save