A social knowledge tool for researchers built on ATProto
45
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove privacy policy link on home page

-9
-9
src/webapp/app/page.tsx
··· 23 23 import DBIcon from '@/assets/icons/db-icon.svg'; 24 24 import BigPictureIcon from '@/assets/icons/big-picture-icon.svg'; 25 25 import SembleLogo from '@/assets/semble-logo.svg'; 26 - import Link from 'next/link'; 27 26 28 27 export default function Home() { 29 28 return ( ··· 226 225 </Anchor> 227 226 </Text> 228 227 </Text> 229 - <Anchor 230 - component={Link} 231 - href="/privacy-policy" 232 - c="dark.2" 233 - fw={600} 234 - > 235 - Privacy Policy 236 - </Anchor> 237 228 </Stack> 238 229 </Stack> 239 230 </Box>