This commit is contained in:
CHIEFSOFT\ameye
2025-07-21 13:44:01 -04:00
parent fe23c9c598
commit c9f07c1260
5 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default function DashboardLayout() {
{/* FOOTER SECTION */}
<footer className="py-5 text-center lg:text-end w-full text-brown dark:text-white-light">
<p className="text-10">Copyright @ {new Date().getFullYear()} - Developed by digiFi. All Rights Reserved</p>
<p className="text-10">Copyright @ {new Date().getFullYear()} - Developed by MERMS(AI). All Rights Reserved</p>
</footer>
</div>