Use new button

I changed the button to reference and use the official SurillyaID button
This commit is contained in:
2025-05-16 16:25:14 -04:00
parent f2a324aff7
commit 122db9c6ee

View File

@ -31,9 +31,9 @@
?> ?>
<a href="<?= $auth_url ?>"> <a href="<?= $auth_url ?>">
<button class="sparkle bg-gradient-to-r from-pink-400 via-blue-400 to-orange-300 text-black font-semibold px-6 py-3 rounded-xl shadow-lg hover:scale-105 transition-all"> <center>
<span class="mr-2">✨</span> Login with Surillya <img src="https://surillya.com/id/button.svg" alt="Continue with SurillyaID" />
</button> </center>
</a> </a>
</div> </div>
</body> </body>