We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
editor/new
1 parent 6e1ccf7 commit 943038aCopy full SHA for 943038a
1 file changed
src/pages/editor/new/index.astro
@@ -19,6 +19,11 @@ const action = resolveEditorActionFromPathname(pathname);
19
>
20
<Navbar
21
returnNav={{
22
+ /**
23
+ * @todo now this looks weirds the commit link below - the `editor/new` route can now be reached from places..
24
+ * ..other than the jargons editor page.
25
+ * @link https://github.com/babblebey/jargons.dev/pull/60/commits/6e1ccf74f31c6b8da4b42bc1ffdc0efbf16b19ac
26
+ */
27
label: "Back to Jargons Editor",
28
location: "javascript: history.back()"
29
}}
0 commit comments