Skip to content

Commit 918761c

Browse files
adding profile link
1 parent 59ccee6 commit 918761c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const footer = () => {
44
return (
55
<>
66
<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>
7+
<p>Made with ❤️ by <span className='text-green-500 font-bold'><a href="https://itzabhinavarya.netlify.app">Abhinav Arya</a></span></p>
88
</div>
99
</>
1010
)

0 commit comments

Comments
 (0)