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 f237109 commit e972c88Copy full SHA for e972c88
components/Footer.tsx
@@ -1,9 +1,9 @@
1
import React from 'react';
2
import { FaTwitter, FaGithub } from "react-icons/fa";
3
4
-function Footer(props) {
+function Footer() {
5
return (
6
- <div className='container-fluid'>
+ <footer className='container-fluid'>
7
<nav>
8
<ul>
9
<li>Copyright By Rajdeep singh</li>
@@ -17,7 +17,7 @@ function Footer(props) {
17
</li>
18
</ul>
19
</nav>
20
- </div>
+ </footer>
21
);
22
}
23
0 commit comments