From a8895a77a35aa629c0cacd85fd51755a67fb228c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 27 Aug 2025 10:28:39 -0500 Subject: [PATCH] Use curvier variant of repost icon --- src/components/PostControls/RepostButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PostControls/RepostButton.tsx b/src/components/PostControls/RepostButton.tsx index e09950b49c..cc3f0b7a0a 100644 --- a/src/components/PostControls/RepostButton.tsx +++ b/src/components/PostControls/RepostButton.tsx @@ -10,7 +10,7 @@ import {atoms as a, useTheme} from '#/alf' import {Button, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' import {CloseQuote_Stroke2_Corner1_Rounded as Quote} from '#/components/icons/Quote' -import {Repost_Stroke2_Corner2_Rounded as Repost} from '#/components/icons/Repost' +import {Repost_Stroke2_Corner3_Rounded as Repost} from '#/components/icons/Repost' import {Text} from '#/components/Typography' import { PostControlButton,