remove stale alternatives
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user