fix(frontend): remove emojis from landing page feature cards and badges

This commit is contained in:
2026-05-29 01:14:29 +02:00
parent 3ad609a793
commit 7ed639c9ea
2 changed files with 1 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ export function LandingPage() {
open web.
</p>
<div className="flex flex-wrap gap-2 mb-6">
{["🐘 Mastodon", "📷 Pixelfed"].map((label) => (
{["Mastodon", "Pixelfed"].map((label) => (
<span
key={label}
className="px-3 py-1 rounded-full text-xs font-medium bg-white/40 border border-white/60 hover:shadow-fa-sm transition-shadow cursor-default"