Fix URLs in app overview

This commit is contained in:
Andrew Kingston 2023-01-09 11:22:59 +00:00
parent 7c11b82e57
commit 6b39256184
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@
title={"Version"}
showIcon={true}
action={() => {
$goto("../version")
$goto("./version")
}}
dataCy={"app-version"}
>
@ -196,7 +196,7 @@
title={"Access"}
showIcon={true}
action={() => {
$goto("../access")
$goto("./access")
}}
dataCy={"access"}
>