We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ccee6 commit 918761cCopy full SHA for 918761c
src/component/footer.jsx
@@ -4,7 +4,7 @@ const footer = () => {
4
return (
5
<>
6
<div className="footer flex justify-center items-center absolute bottom-6 left-1/2">
7
- <p>Made with ❤️ by <span className='text-green-500 font-bold'>Abhinav Arya</span></p>
+ <p>Made with ❤️ by <span className='text-green-500 font-bold'><a href="https://itzabhinavarya.netlify.app">Abhinav Arya</a></span></p>
8
</div>
9
</>
10
)
0 commit comments