diff --git a/src/App.tsx b/src/App.tsx index aa9a6ad..8684281 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -18,7 +18,7 @@ export const App = () => {
-
+
diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 0062d87..2e04316 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -15,12 +15,9 @@ const links = [ ]; export const Header = () => { - const [ref, { x, y, width, height, top, right, bottom, left }] = - useMeasure(); + const [ref, { height }] = useMeasure(); const { removeUser, isLoggedIn } = useContext(UserContext); - console.log('headerHeight', x, y, width, height, top, right, bottom, left); - return (