Move ListComments icon to end

This commit is contained in:
2024-06-24 22:08:21 +04:00
parent 6995a7800f
commit 2ea7837197
+1 -1
View File
@@ -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'>