diff --git a/components/navbar.js b/components/navbar.js index 0fd68a2..ad6f394 100644 --- a/components/navbar.js +++ b/components/navbar.js @@ -70,15 +70,15 @@ const Navbar = props => { flexGrow={1} mt={{ base: 4, md: 0 }} > - + Skills - + Experience { aria-label="Options" /> - - About - - + Skills - + Experience - - Resume - + + Resume + diff --git a/pages/404.js b/pages/404.js index 0933467..4dd10d2 100644 --- a/pages/404.js +++ b/pages/404.js @@ -5,13 +5,16 @@ import { Text, Container, Divider, - Button + Button, + Spacer } from '@chakra-ui/react' const NotFound = () => { return ( - Not found + + + Not found The page you're looking for was not found.