Feat: Add artificial.speech.capital link and remove sign-in icon

This commit is contained in:
2025-10-01 07:00:57 -07:00
parent b494b55670
commit f4f803f1fb

View File

@@ -12,21 +12,21 @@
<div class="min-h-screen bg-black text-white px-4 py-8 md:py-16">
<div class="max-w-2xl mx-auto space-y-6">
<!-- Header with Sign Up -->
<div class="flex justify-end">
<button class="text-white/60 hover:text-white transition-colors">
<i data-lucide="user-plus" class="w-4 h-4"></i>
</button>
</div>
<!-- Subs Container -->
<div class="border border-yellow-200/30 min-h-[60vh] p-4 md:p-6">
<div class="border border-yellow-200/30 min-h-[60vh] p-4 md:p-6 space-y-2">
<a
href="https://free.speech.capital"
class="inline-block text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
>
free.speech.capital
</a>
<br>
<a
href="https://artificial.speech.capital"
class="inline-block text-yellow-200/80 hover:text-yellow-200 text-xs transition-colors"
>
artificial.speech.capital
</a>
</div>
</div>