Change teks and awtist order

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-09-29 18:59:31 +02:00
parent 01bdedb590
commit 4b5372e23d
4 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -15,15 +15,15 @@ import Box from '@material-ui/core/Box'
const tabRouteHref = [
'/',
'/awtis?paj&paj=1',
'/teks',
'/awtis?paj&paj=1',
'/soumet'
]
const tabRouteAs = [
'/',
'/awtis/paj/1',
'/teks',
'/awtis/paj/1',
'/soumet'
]
@@ -95,8 +95,8 @@ export default function Navigasyon({selectedTab}) {
onChange={handleChange}
>
<Tab label='Kay-la' icon={<HomeIcon style={{fontSize: 30}} />} {...a11yProps(0)} />
<Tab label='Awtis' icon={<RecordVoiceOverIcon style={{fontSize: 30}} />} {...a11yProps(1)} />
<Tab label='Tèks' icon={<MenuBookIcon style={{fontSize: 30}} />} {...a11yProps(2)} />
<Tab label='Tèks' icon={<MenuBookIcon style={{fontSize: 30}} />} {...a11yProps(1)} />
<Tab label='Awtis' icon={<RecordVoiceOverIcon style={{fontSize: 30}} />} {...a11yProps(2)} />
<Tab label='Soumèt' icon={<PlaylistAddIcon style={{fontSize: 30}} />} {...a11yProps(3)} />
</Tabs>
</AppBar>