From 75c5979478e4cc8616e3f7cb04b16ca1e9d86932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sun, 5 Jul 2026 19:35:40 +0400 Subject: [PATCH] =?UTF-8?q?feat:=20ajouter=20le=20logo=20Mastodon=20au=20b?= =?UTF-8?q?adge=20des=20commentaires=20f=C3=A9d=C3=A9r=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/teks/komante.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/teks/komante.jsx b/components/teks/komante.jsx index 3890360..65702a7 100644 --- a/components/teks/komante.jsx +++ b/components/teks/komante.jsx @@ -6,6 +6,7 @@ import Avatar from '@mui/material/Avatar' import Typography from '@mui/material/Typography' import Chip from '@mui/material/Chip' import Link from 'next/link' +import {Mastodon} from '@icons-pack/react-simple-icons' function formatAuteur(commentaire) { if (commentaire.origine === 'activitypub') { @@ -40,7 +41,12 @@ export default function Komante({commentaires}) { ) : auteur} {estFedere && ( - + } + sx={{ml: 1}} + /> )} {commentaire.contenu}