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}