Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

Update redirects and footer links to replace 'Donate' with 'Status' for improved navigation and clarity.

yoginth.com a92e79fa 2a5aeaaf

verified
+2 -2
+1 -1
apps/web/public/_redirects
··· 1 1 /blog https://world.hey.com/yoginth 2 2 /discord https://discord.gg/8TUjVmKkmM 3 - /donate https://explorer.gitcoin.co/#/projects/0x7c2db89015825d83f56cd55aff50b2ac0a8b50338d88c2988323ce6fa7739d1a 3 + /status https://stats.uptimerobot.com/BRVJQID11O
+1 -1
apps/web/src/components/Shared/Footer.tsx
··· 9 9 { href: "/u/hey", label: "Hey" }, 10 10 { href: "https://github.com/heyverse/hey", label: "GitHub" }, 11 11 { href: "/support", label: "Support" }, 12 - { href: "https://hey.xyz/donate", label: "Donate" } 12 + { href: "https://hey.xyz/status", label: "Status" } 13 13 ]; 14 14 15 15 const Footer = () => {