pl-fe: use correct dropdown menu icon
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user