From 1d5ae9b4a0e18f027f7db08d18a9d3a78774e722 Mon Sep 17 00:00:00 2001 From: Supernoodles99 <155268413+Supernoodles99@users.noreply.github.com> Date: Wed, 26 Jun 2024 23:03:02 -0500 Subject: [PATCH] Update the cheese thing to be on noodles' new account (#21) --- src/components/Post.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Post.tsx b/src/components/Post.tsx index 94af36b..512398f 100644 --- a/src/components/Post.tsx +++ b/src/components/Post.tsx @@ -149,7 +149,7 @@ const PostBase = memo((props: PostBaseProps) => { )} > {props.post.u} - {props.post.u === "Supernoodles99" && !props.reply + {props.post.u === "noodles" && !props.reply ? " 🧀" : undefined}