Skip to content

Commit b4642e5

Browse files
authored
Update Footer.js
1 parent a6aab3d commit b4642e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import React from 'react';
33
const Footer = () => {
44
return (
55
<div className="footer">
6-
&#60;&#62;&nbsp; with&nbsp; <span role="img" aria-label="love">❤️</span>&nbsp; by&nbsp; <a href="https://github.com/rajat2502"><span role="img" aria-label="Geek">🤓</span></a>
6+
&#60;/&#62;&nbsp; with&nbsp; <span role="img" aria-label="love">❤️</span>&nbsp; by&nbsp; <a href="https://github.com/rajat2502"><span role="img" aria-label="Geek">🤓</span></a>
77
</div>
88
)
99
}
1010

11-
export default Footer;
11+
export default Footer;

0 commit comments

Comments
 (0)