Skip to content

Commit 05b4b41

Browse files
committed
feat: add trademark disclaimer and copyright to footer
1 parent 393fe65 commit 05b4b41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/business/app-footer.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ export default function AppFooter() {
111111
<LinkGitHub className="group inline-flex" />
112112
</div>
113113
</div>
114+
115+
<div className="mt-8 pt-8 border-t border-border/50 flex flex-col gap-2 text-xs text-muted-foreground text-center md:text-left">
116+
<p>
117+
All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.
118+
</p>
119+
<p>
120+
&copy; {new Date().getFullYear()} RustFS. All rights reserved.
121+
</p>
122+
</div>
114123
</div>
115124
</div>
116125
</footer>

0 commit comments

Comments
 (0)