diff --git a/src/timelines/RegularToot.tsx b/src/timelines/RegularToot.tsx
index 5984180..35809df 100644
--- a/src/timelines/RegularToot.tsx
+++ b/src/timelines/RegularToot.tsx
@@ -20,6 +20,7 @@ import {
StarOutline,
Bookmark,
Share,
+ SmartToySharp,
} from "@suid/icons-material";
import { useTimeSource } from "../platform/timesrc.js";
import { resolveCustomEmoji } from "../masto/toot.js";
@@ -151,17 +152,22 @@ function TootAuthorGroup(
-
{
- createRenderEffect(() => {
- e.innerHTML = resolveCustomEmoji(
- toot().account.displayName,
- toot().account.emojis,
- );
- });
- }}
- />
+
+
+
+
+ {
+ createRenderEffect(() => {
+ e.innerHTML = resolveCustomEmoji(
+ toot().account.displayName,
+ toot().account.emojis,
+ );
+ });
+ }}
+ />
+