diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 560ff61..52a7750 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -41,28 +41,3 @@ Navbar.defaultProps = { } export default Navbar; -======= -const Navbar = ({ siteTitle = "" }) => ( - - - {/* */} -

- - {siteTitle} - -

-
- - - - -
-) - -export default Navbar;