changed title and favicon to IPKS design

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

View File

@ -2,9 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/ipks_logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<title>IPKS | Development</title>
</head>
<body>
<div id="root"></div>

21
public/ipks_logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 KiB

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>
);
}