mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-08 09:45:08 +00:00
Revert "docs: wording changes for offline support"
This reverts commit 52a172d1a4
.
This commit is contained in:
parent
0bad3ce799
commit
70e029d151
4 changed files with 3 additions and 4 deletions
quartz/components
|
@ -22,7 +22,6 @@ const defaultOptions = {
|
|||
return -1
|
||||
}
|
||||
},
|
||||
filterFn: (node) => node.name !== "tags",
|
||||
order: ["filter", "map", "sort"],
|
||||
} satisfies Options
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ function OfflineFallbackPage() {
|
|||
return (
|
||||
<article class="popover-hint">
|
||||
<h1>Offline</h1>
|
||||
<p>You're offline and this page hasn't been cached yet.</p>
|
||||
<p>This page isn't offline available yet.</p>
|
||||
</article>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue