changed title and favicon to IPKS design

This commit is contained in:
2024-10-01 00:16:16 +05:30
parent 45bc3eff57
commit 1615d30e71
3 changed files with 24 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ function Footer() {
return (
<footer className="flex justify-between p-2 px-7 font-body bg-tertiary text-sm text-primary dark:bg-tertiary-dark dark:text-primary-dark">
<p>Copyright © 2023, Tata Consultancy Services. All rights reserved</p>
<p>Privacy Policy | Terms of Use</p>
<a className="cursor-wait">Privacy Policy</a>
</footer>
);
}