accidentally changed join waitlist to information, now changing to join discord

This commit is contained in:
maybe-asdf 2025-01-06 14:46:46 +01:00
parent d296399ef6
commit 25d94805fa

View file

@ -38,7 +38,7 @@
<div class="flex justify-center gap-4 mt-8"> <div class="flex justify-center gap-4 mt-8">
<button class="group px-8 py-3 rounded-lg bg-white/10 backdrop-blur-sm border border-white/10 text-white hover:bg-white/20 transition-all duration-300 shadow-lg hover:shadow-xl"> <button class="group px-8 py-3 rounded-lg bg-white/10 backdrop-blur-sm border border-white/10 text-white hover:bg-white/20 transition-all duration-300 shadow-lg hover:shadow-xl">
<span class="flex items-center gap-2"> <span class="flex items-center gap-2">
Information Join Discord
<svg class="w-4 h-4 transition-transform group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <svg class="w-4 h-4 transition-transform group-hover:translate-x-1" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6" /> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7l5 5m0 0l-5 5m5-5H6" />
</svg> </svg>