diff --git a/src/Components/DrawerButton/DrawerButton.tsx b/src/Components/DrawerButton/DrawerButton.tsx
index 4cc04c9..7595629 100644
--- a/src/Components/DrawerButton/DrawerButton.tsx
+++ b/src/Components/DrawerButton/DrawerButton.tsx
@@ -10,42 +10,39 @@ export interface props {
export default function DrawerButton(props: props) {
const [clicked, setClicked] = useState(false);
return (
-
-
+ {props.label}
+
+
);
}