fix: admin/home: cosmetic problem

Massimo Melina committed Feb 17, 2023 at 16:27 UTC c2a41548566419c261cc6703ac47a5661590f7af
1 file changed +1 -1
admin/src/HomePage.ts
+1 -1
@@ -51,7 +51,7 @@ export default function HomePage() {
51 ),
52 plugins.find(x => x.badApi) && entry('warning', "Some plugins may be incompatible"),
53 !account?.adminActualAccess && entry('', md("On _localhost_ you don't need to login"),
54 - SOLUTION_SEP, h(InLink, { to:'accounts' }, "to access from another computer create an account with /admin/ permission") ),
54 + SOLUTION_SEP, h(InLink, { to:'accounts' }, md("to access from another computer create an account with /admin/ permission")) ),
55 proxyWarning(cfg, status) && entry('warning', "A proxy was detected but none is configured",
56 SOLUTION_SEP, cfgLink("set the number of proxies"),
57 SOLUTION_SEP, "unless you are sure you can ", h(Button, {