Add other tools

This commit is contained in:
Illya Marchenko 2024-04-18 13:54:49 +03:00
parent 66f12ee5f5
commit 135493bcb9
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -10,6 +10,13 @@
<p><i>{{ title }}</i></p>
<router-link v-for="[key, value] of Object.entries(routes)" :to="{name:key}" class="ml-4" tag="button">{{ value }}</router-link>
</div>
<hr class="mt-3 mb-3">
<div class="flex flex-col mb-2">
<p><i>Other</i></p>
<a href="https://pdf.tools.stuzer.link/" class="ml-4" tag="button">PDF tools</a>
</div>
</nav>
</template>