diff --git a/src/app/page.tsx b/src/app/page.tsx index 492061e..9642c3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ const whyratingLinks = [ { name: 'Brand Site', url: 'http://brand.nuc.lan', icon: 'palette', description: 'WhyRating brand guidelines and assets' }, { name: 'Templates Site', url: 'http://templates.nuc.lan', icon: 'layout', description: 'WhyRating email and document templates' }, { name: 'Outline Docs', url: 'http://192.168.1.3:3080', icon: 'file-text', description: 'Project documentation and notes' }, + { name: 'Snappymail', url: 'http://nuc.lan:8082', icon: 'mail', description: 'WhyRating email client' }, ]; export default function Home() {