nicolium: fix link

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-23 16:55:01 +01:00
parent 1836c44932
commit 1dee0f861e

View File

@ -72,7 +72,7 @@ const StatusInteractionBar: React.FC<IStatusInteractionBar> = ({ status }): JSX.
<InteractionCounter
count={status.quotes_count}
to='/@{$username}/posts/$statusId/quotes'
params={{ username: status.account.acct, id: status.id }}
params={{ username: status.account.acct, statusId: status.id }}
>
<FormattedMessage
id='status.interactions.quotes'