move print as top export

docks66-json-schema
Yanick Champoux 2023-05-04 19:38:39 -04:00
parent f94c3b5c1a
commit c691ae8c56
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
<a
class="spaced"
class:active={currentPath.startsWith("/export")}
href="/export/json">Export</a
href="/export/print">Export</a
>
<a
class="spaced"

View File

@ -1,5 +1,9 @@
<nav class="m l left">
<!-- set them as active -->
<a href="/export/print">
<i>print</i>
<span>print</span>
</a>
<a href="/export/json">
<i>output</i>
<span>json</span>
@ -8,10 +12,6 @@
<i>output</i>
<span>yaml</span>
</a>
<a href="/export/print">
<i>print</i>
<span>print</span>
</a>
<!-- TODO
<a>
<i>Quiz</i>