perf(web): some improvements in buttons

This commit is contained in:
2023-02-09 01:08:48 +03:00
parent 243621f3b2
commit f7c8923199
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
<h2>Select Tanabata service</h2>
<div class="contents-wrapper">
<a href="/auth" class="btn btn-primary">Authorize</a>
<a href="/tfm" class="btn btn-primary">TFM</a>
<a href="/tfm" class="btn btn-primary">File Manager</a>
</div>
</main>
</body>