Add copyright disclaimer + Terms link to footer

This commit is contained in:
Krystie
2026-08-13 03:38:49 -07:00
parent 8998c585d0
commit b16671ccee
+11 -1
View File
@@ -39,7 +39,7 @@ export default function Footer() {
{ label: 'Contact', href: 'mailto:support@dashcaddy.net' },
{ label: 'Docs', href: '/docs' },
{ label: 'Privacy Policy', href: '#' },
{ label: 'Terms of Service', href: '#' },
{ label: 'Terms of Service', href: '/legal/terms' },
],
},
];
@@ -125,6 +125,16 @@ export default function Footer() {
</p>
</div>
{/* Copyright Disclaimer */}
<div className="border-t border-surface-700/50 pt-8 mb-8">
<p className="text-xs text-surface-500 text-center max-w-3xl mx-auto leading-relaxed">
DashCaddy provides deployment and management tools only. Users are solely responsible for
complying with all applicable copyright and intellectual property laws. Always stream and
access content that you own or have legal rights to. DashCaddy does not condone or support
piracy of any kind.
</p>
</div>
{/* Copyright with samiahmed7777 logo */}
<div className="border-t border-surface-700/50 pt-8">
<div className="flex flex-col sm:flex-row items-center justify-center gap-3">