Skip to content

Commit

Permalink
Export page better instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Nov 27, 2021
1 parent 80ffa58 commit b773263
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/export/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h5 class="mx-3 flex flex-row m-0 font-bold build-content text-center">You are r
<div class="mx-auto rounded-2xl bg-gray-700 w-3/5 mt-40 text-center">
<img src="../../img/header.png" class="h-16 w-16 relative top-5" />
<h2>Export</h2>
<h4>You can export everything form your saved config.</h4>
<h4>You can export the codes you saved.</h4>
<button class="buttoni mb-6" onclick="hide()">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z" />
Expand All @@ -37,8 +37,8 @@ <h4>You can export everything form your saved config.</h4>
<div class="bg-gray-700 w-3/5 m-auto mt-20 mb-60 rounded-2xl relative text-center">
<!-- before export -->
<div class="before_export mx-auto rounded-2xl bg-gray-800 w-2/3 mt-20 mb-20">
<h2 class="pt-5">Export code(s)</h2>
<h3>If you saved your config you can export the secrets and the QR code(s).</h3>
<h2 class="pt-5">Export codes</h2>
<h3>If you saved your codes you can export the secrets and the saved QR codes.</h3>
<button class="buttoni but1 mb-5" id="but0" onclick="exportCodes()">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16V4m0 0L3 8m4-4l4 4m6 0v12m0 0l4-4m-4 4l-4-4" />
Expand All @@ -49,8 +49,8 @@ <h3>If you saved your config you can export the secrets and the QR code(s).</h3>
<!-- after export -->
<div class="after_export hidden">
<div class="mx-auto rounded-2xl bg-gray-800 w-2/3 mt-20 mb-20">
<h2 class="pt-5">Save exported code(s)</h2>
<h3>Save your exported data as a file to use it elsewhere.</h3>
<h2 class="pt-5">Save exported codes</h2>
<h3>Save your exported codes to use it elsewhere.</h3>
<div class="flex flex-row justify-center gap-3 flex-wrap">
<div>
<button class="buttoni" id="but1" onclick="newSaveFile()">
Expand Down

0 comments on commit b773263

Please sign in to comment.