diff options
| -rw-r--r-- | docs/components/Footer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/Footer.tsx b/docs/components/Footer.tsx index 6388ff7..360cf94 100644 --- a/docs/components/Footer.tsx +++ b/docs/components/Footer.tsx @@ -164,7 +164,7 @@ export function FooterContent() { <HydroRolllogo /> </a> <p className="mt-4 text-xs text-gray-500 dark:text-[#888888]"> - © {new Date().getFullYear()} retrofor, Inc. All rights + © {new Date().getFullYear()} HydroRoll. All rights reserved. </p> </div> |
