mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 01:09:55 +00:00
use the house icon for ...
This commit is contained in:
@@ -152,7 +152,7 @@ Finally, we can render our component.
|
|||||||
return (
|
return (
|
||||||
<ComposeDropdown
|
<ComposeDropdown
|
||||||
title={intl.formatMessage(messages.advanced_options_icon_title)}
|
title={intl.formatMessage(messages.advanced_options_icon_title)}
|
||||||
icon='ellipsis-h'
|
icon='home'
|
||||||
highlight={anyEnabled}
|
highlight={anyEnabled}
|
||||||
>
|
>
|
||||||
{optionElems}
|
{optionElems}
|
||||||
|
|||||||
Reference in New Issue
Block a user