diff --git a/client/src/components/header.jsx b/client/src/components/header.jsx deleted file mode 100644 index 7e9261e..0000000 --- a/client/src/components/header.jsx +++ /dev/null @@ -1,41 +0,0 @@ -import { chakra, useRecipe, Box, Button, Avatar, Stack, Text, Menu, Portal } from "@chakra-ui/react" - -export default function Header() { - const recipe = useRecipe({ key: "header" }); - const styles = recipe(); - - return ( - - - - {user.name} - {user.email} - - {/* Add a drop down menu to the avatar */} - - - - - - - - - - - Account - Settings - Logout - - - - - {/* End drop down menu */} - - ); -} - -const user = { - name: "venessa kuchenik", - email: "vkuchenik@contractor.usgs.gov", - // avatar: "src\\assets\\user_profile.svg" -} \ No newline at end of file