Change favicon

This commit is contained in:
MD. Ariful Alam
2021-08-26 00:05:00 +06:00
parent 13111a3106
commit 72ad67ea92
9 changed files with 5 additions and 5 deletions

View File

@@ -172,7 +172,7 @@ function App() {
</div>
{/* DO NOT REMOVE/MODIFY THE FOOTER */}
<div className="text-center bg-base-200 credit">
<p className="font-mono text-sm">Made with <a className="text-primary" href="https://github.com/arifszn/ezprofile" target="_blank" rel="noreferrer">ezprofile</a> and </p>
<p className="font-mono text-sm">Made with <a className="text-primary" href="https://github.com/arifszn/ezprofile" target="_blank" rel="noreferrer">ezProfile</a> and </p>
</div>
</Fragment>
)