Add footer

This commit is contained in:
MD. Ariful Alam
2021-08-25 13:06:34 +06:00
parent 817aa96780
commit 6b1ee9565e
2 changed files with 16 additions and 0 deletions

View File

@@ -155,6 +155,10 @@ 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>
</div>
</div>
</Fragment>
);