diff --git a/components/navigasyon.js b/components/navigasyon.js
index 69aa9a3..872e732 100644
--- a/components/navigasyon.js
+++ b/components/navigasyon.js
@@ -19,13 +19,12 @@ const classes = {
root: `${PREFIX}-root`
}
-const Root = styled('div')((
+const Appdiv = styled('div')((
{
theme
}
) => ({
[`& .${classes.root}`]: {
- marginBottom: 50,
flexGrow: 1,
width: '100%',
backgroundColor: theme.palette.background.paper
@@ -50,7 +49,7 @@ function TabPanel(props) {
const {children, value, index, ...other} = props
return (
-