A decentralized music tracking and discovery platform built on AT Protocol 🎵

[web] hide feedback link

+8 -3
+8 -3
apps/web/src/layouts/Main.tsx
··· 49 49 text-decoration: underline; 50 50 } 51 51 `; 52 - 52 + /* 53 53 const Text = styled.span` 54 54 color: #ff2876; 55 55 font-size: 13px; ··· 58 58 &:hover { 59 59 text-decoration: underline; 60 60 } 61 - `; 61 + */ 62 62 63 63 export type MainProps = { 64 64 children: React.ReactNode; ··· 143 143 window.location.href = `https://rocksky.pages.dev/loading?handle=${handle}`; 144 144 }; 145 145 146 + /* 146 147 const displaySurvey = () => { 147 148 Object.keys(localStorage) 148 149 .filter((key) => key.startsWith("seenSurvey")) 149 150 .reverse() 150 151 .forEach((key) => localStorage.removeItem(key)); 151 152 }; 153 + */ 152 154 153 155 return ( 154 156 <Container className="bg-[var(--color-background)] text-[var(--color-text)]"> ··· 286 288 > 287 289 API Docs 288 290 </Link> 289 - <Text 291 + {/* 292 + <Text 290 293 className="mr-[10px] !text-[var(--color-primary)]" 291 294 onClick={displaySurvey} 292 295 > 293 296 Feedback 294 297 </Text> 298 + */} 299 + 295 300 <Link 296 301 href="https://discord.gg/EVcBy2fVa3" 297 302 target="_blank"