From 32f6feb0cea51dcdd5cbad6e16fe11ac1b8815f0 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 17 Jan 2025 18:28:44 +0000 Subject: [PATCH] emoji in post text --- src/components/VideoPostCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/VideoPostCard.tsx b/src/components/VideoPostCard.tsx index e5137d84fe..5b27887b73 100644 --- a/src/components/VideoPostCard.tsx +++ b/src/components/VideoPostCard.tsx @@ -183,7 +183,7 @@ export function VideoPostCard({ {text && ( - + {text} )}