pl-fe: use correct dropdown menu icon

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-01-29 20:00:55 +01:00
parent 2b11a06ad0
commit a33b720456
3 changed files with 5 additions and 2 deletions

View File

@ -34,7 +34,7 @@ const ReportStatus: React.FC<IReportStatus> = ({ status }) => {
return [{
text: intl.formatMessage(messages.viewStatus, { acct: `@${acct}` }),
to: `/@${acct}/posts/${status.id}`,
icon: require('@tabler/icons/outline/pencil.svg'),
icon: require('@tabler/icons/outline/arrows-vertical.svg'),
}, {
text: intl.formatMessage(messages.deleteStatus, { acct: `@${acct}` }),
action: handleDeleteStatus,