fix links to work on a bare host (#132)

This commit is contained in:
Aria Moradi
2022-02-21 01:10:33 +03:30
committed by GitHub
parent 08d44e38fc
commit f47f71bc4c
4 changed files with 20 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ export default function Backup() {
return (
<>
<List sx={{ padding: 0 }}>
<ListItemLink href={`${baseURL}/api/v1/backup/export/file`}>
<ListItemLink to={`${baseURL}/api/v1/backup/export/file`}>
<ListItemText
primary="Create Backup"
secondary="Backup library as a Tachiyomi backup"