Change navigasyon menu order and remplace text by icons

This commit is contained in:
2023-06-25 15:47:29 +04:00
parent 173a27e08b
commit 6a024249d3
7 changed files with 21 additions and 15 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export default function Soumet({code}) {
}, [username])
return (
<HeadLayout title='Soumèt - Soumettre un texte' summary='Proposez la transcription dun texte, accompagnée dune ou plusieurs traductions.' tab={3} slug='soumet'>
<HeadLayout title='Soumèt - Soumettre un texte' summary='Proposez la transcription dun texte, accompagnée dune ou plusieurs traductions.' tab={4} slug='soumet'>
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
<Box sx={{flexGrow: 1, marginTop: 1, marginBottom: 10}}>
{!session && !code && (