https://altly.madebydanny.uk
0
fork

Configure Feed

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

Update footer link to new website

authored by

Daniel Morrisey and committed by
GitHub
a154ccd5 ec0131bf

+2 -2
+2 -2
src/pages/Landing.tsx
··· 116 116 <footer className="border-t border-border/50 py-8 mt-20"> 117 117 <div className="container mx-auto px-4 text-center text-sm text-muted-foreground"> 118 118 © 2024-2025 Made with ❤️ by{" "} 119 - <a href="https://github.com/dannyuk" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">Made by Danny UK, by Daniel Morrisey</a> 119 + <a href="https://madebydanny.uk" target="_blank" rel="noopener noreferrer" className="text-primary hover:underline">Made by Danny UK, by Daniel Morrisey</a> 120 120 </div> 121 121 </footer> 122 122 </div>; 123 - } 123 + }