From b16671ccee5ace42d9b4e2526115da16267767e0 Mon Sep 17 00:00:00 2001
From: Krystie
Date: Thu, 13 Aug 2026 03:38:49 -0700
Subject: [PATCH] Add copyright disclaimer + Terms link to footer
---
src/components/Footer.tsx | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 69b8368..c8c04a2 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -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() {
+ {/* Copyright Disclaimer */}
+
+
+ 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.
+
+
+
{/* Copyright with samiahmed7777 logo */}