refactor: remove admin portal link and promote API health check to primary action

Remove admin portal link from public-web landing page actions. Change API health check button from secondary to primary style.
This commit is contained in:
2026-03-17 22:16:16 +01:00
parent 1d69b20fcc
commit 0b29331f26

View File

@@ -17,8 +17,7 @@
Use the desktop client to sign in, provision this device, and connect to your private network. Use the desktop client to sign in, provision this device, and connect to your private network.
</p> </p>
<div class="actions"> <div class="actions">
<a class="button primary" href="https://admin-vpn.nesterovic.cc">Admin portal</a> <a class="button primary" href="/api/v1/healthz">API health</a>
<a class="button secondary" href="/api/v1/healthz">API health</a>
</div> </div>
</section> </section>