Skip to content

Commit e972c88

Browse files
Update the footer
1 parent f237109 commit e972c88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/Footer.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import React from 'react';
22
import { FaTwitter, FaGithub } from "react-icons/fa";
33

4-
function Footer(props) {
4+
function Footer() {
55
return (
6-
<div className='container-fluid'>
6+
<footer className='container-fluid'>
77
<nav>
88
<ul>
99
<li>Copyright By Rajdeep singh</li>
@@ -17,7 +17,7 @@ function Footer(props) {
1717
</li>
1818
</ul>
1919
</nav>
20-
</div>
20+
</footer>
2121
);
2222
}
2323

0 commit comments

Comments
 (0)