remove stale alternatives

This commit is contained in:
Jiajun Xu
2026-01-15 20:31:54 -08:00
committed by Jordan
parent 420df0293a
commit aaec7affc0
@@ -23,7 +23,6 @@ import Card from "../../components/Card.astro";
bigTech="Chrome (Google)"
alternatives={[
{ name: 'Firefox', description: 'Privacy-focused browser.', url: 'https://www.mozilla.org/firefox' },
{ name: 'Brave', description: 'Ad-blocking browser.', url: 'https://brave.com' }
]}
bgClass="bg-blue-50"
/>
@@ -79,7 +78,6 @@ import Card from "../../components/Card.astro";
bigTech="Twitter (X), Facebook (Meta)"
alternatives={[
{ name: 'Mastodon', description: 'Decentralized social network (alternative to Twitter).', url: 'https://joinmastodon.org' },
{ name: 'Diaspora', description: 'Decentralized social network (alternative to Facebook).', url: 'https://diasporafoundation.org' }
]}
bgClass="bg-purple-50"
/>