diff --git a/src/App.tsx b/src/App.tsx index 5a108c2..6a2b7bf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,16 +6,27 @@ import Home from './pages/home'; import About from './pages/about'; import Contact from './pages/contact'; import Projects from './pages/projects'; +import { HashRouter } from 'react-router-dom'; function App() { return ( -
+
+ +
+
+
+
+
+
+
+
+
); } diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx index 5b5f105..76f80cb 100644 --- a/src/components/Header/index.tsx +++ b/src/components/Header/index.tsx @@ -1,14 +1,17 @@ +import { HashRouter } from "react-router-dom"; import { HeaderContainer, NavLink, HomeLink } from "./styles"; export default function Header(){ return( + Giv's Website + ) } \ No newline at end of file diff --git a/src/pages/about/index.tsx b/src/pages/about/index.tsx index f8151cd..eb6808a 100644 --- a/src/pages/about/index.tsx +++ b/src/pages/about/index.tsx @@ -25,7 +25,7 @@ export default function About() { - Hi, I'm Giv, lemme tell you about me!, So, I'm currently a software engineering student, interning on a nice company located in Minas Gerais in Brazil, and that's it! + Hi, I'm Giv, a software engineering student, interning on a nice company located in Minas Gerais in Brazil! );