Move ListComments icon to end
This commit is contained in:
@@ -66,7 +66,7 @@ export default function Konstitisyon({session, titres, articles}) {
|
||||
<Article key={id} session={session} articleId={id} numero={numero} contenu={contenu} />
|
||||
))}
|
||||
{session && (
|
||||
<Box sx={{display: 'flex', justifyContent: 'space-between'}}>
|
||||
<Box sx={{display: 'flex', justifyContent: 'flex-end'}}>
|
||||
<Box>
|
||||
<IconButton size='large' aria-label='Voir les commentaires' onClick={() => handleCommentsDialog(titreId, titre, 'read')}>
|
||||
<LightTooltip title='Voir les commentaires'>
|
||||
|
||||
Reference in New Issue
Block a user