mirror of
https://github.com/spitkov/yaerguossite.git
synced 2025-01-18 20:24:39 +01:00
accidentally changed join waitlist to information, now changing to join discord
This commit is contained in:
parent
d296399ef6
commit
25d94805fa
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue