Remove icons in index and typo to french
This commit is contained in:
@@ -6,10 +6,6 @@ import {styled} from '@mui/material/styles'
|
||||
import AppBar from '@mui/material/AppBar'
|
||||
import Tabs from '@mui/material/Tabs'
|
||||
import Tab from '@mui/material/Tab'
|
||||
import HomeIcon from '@mui/icons-material/Home'
|
||||
import MenuBookIcon from '@mui/icons-material/MenuBook'
|
||||
import RecordVoiceOverIcon from '@mui/icons-material/RecordVoiceOver'
|
||||
import PlaylistAddIcon from '@mui/icons-material/PlaylistAdd'
|
||||
import Typography from '@mui/material/Typography'
|
||||
import Box from '@mui/material/Box'
|
||||
|
||||
@@ -104,10 +100,10 @@ export default function Navigasyon({selectedTab}) {
|
||||
aria-label='tabs menu'
|
||||
onChange={handleChange}
|
||||
>
|
||||
<Tab label='Kay-la' icon={<HomeIcon style={{fontSize: 30}} />} {...a11yProps(0)} />
|
||||
<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)} />
|
||||
<Tab label='Accueil' {...a11yProps(0)} />
|
||||
<Tab label='Textes' {...a11yProps(1)} />
|
||||
<Tab label='Artistes' {...a11yProps(2)} />
|
||||
<Tab label='Soumettre' {...a11yProps(3)} />
|
||||
</Tabs>
|
||||
</AppBar>
|
||||
<TabPanel value={value} index={0} />
|
||||
|
||||
Reference in New Issue
Block a user