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 ( - + ) } @@ -93,29 +92,31 @@ export default function Navigasyon({selectedTab}) { } return ( -
- - - } {...a11yProps(0)} /> - } {...a11yProps(1)} /> - } {...a11yProps(2)} /> - } {...a11yProps(3)} /> - - - - - - -
- ); + +
+ + + } {...a11yProps(0)} /> + } {...a11yProps(1)} /> + } {...a11yProps(2)} /> + } {...a11yProps(3)} /> + + + + + + +
+
+ ) } Navigasyon.propTypes = {