From 9773d7bbd4c4ae65f2f2d72dd3b70e111a2daf3c 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} )}