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 a6aab3d commit b4642e5Copy full SHA for b4642e5
src/Components/Footer.js
@@ -3,9 +3,9 @@ import React from 'react';
3
const Footer = () => {
4
return (
5
<div className="footer">
6
- <> with <span role="img" aria-label="love">❤️</span> by <a href="https://github.com/rajat2502"><span role="img" aria-label="Geek">🤓</span></a>
+ </> with <span role="img" aria-label="love">❤️</span> by <a href="https://github.com/rajat2502"><span role="img" aria-label="Geek">🤓</span></a>
7
</div>
8
)
9
}
10
11
-export default Footer;
+export default Footer;
0 commit comments