Fix URLs in app overview
This commit is contained in:
parent
7c11b82e57
commit
6b39256184
|
@ -168,7 +168,7 @@
|
||||||
title={"Version"}
|
title={"Version"}
|
||||||
showIcon={true}
|
showIcon={true}
|
||||||
action={() => {
|
action={() => {
|
||||||
$goto("../version")
|
$goto("./version")
|
||||||
}}
|
}}
|
||||||
dataCy={"app-version"}
|
dataCy={"app-version"}
|
||||||
>
|
>
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
title={"Access"}
|
title={"Access"}
|
||||||
showIcon={true}
|
showIcon={true}
|
||||||
action={() => {
|
action={() => {
|
||||||
$goto("../access")
|
$goto("./access")
|
||||||
}}
|
}}
|
||||||
dataCy={"access"}
|
dataCy={"access"}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue