[fix] login PWA styling, [add] login local link, [add] home local link
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-30 19:23:38 -04:00
parent 5880d3beb6
commit aacf5a7195
11 changed files with 84 additions and 21 deletions

View File

@@ -49,7 +49,7 @@ async function initReader() {
**/
function populateMetadata(data) {
let documentLocation =
data.type == "LOCAL" ? "/offline" : "/documents/" + data.id;
data.type == "LOCAL" ? "/local" : "/documents/" + data.id;
let documentCoverLocation =
data.type == "LOCAL"