mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Use upstream's Icon component
Rework the codebase to avoid unnecessary differences with upstream
This commit is contained in:
@@ -58,7 +58,7 @@ class Publisher extends ImmutablePureComponent {
|
||||
text={
|
||||
<span>
|
||||
<Icon
|
||||
icon={{
|
||||
id={{
|
||||
public: 'globe',
|
||||
unlisted: 'unlock',
|
||||
private: 'lock',
|
||||
@@ -80,7 +80,7 @@ class Publisher extends ImmutablePureComponent {
|
||||
return (
|
||||
<span>
|
||||
<Icon
|
||||
icon={{
|
||||
id={{
|
||||
direct: 'envelope',
|
||||
private: 'lock',
|
||||
public: 'globe',
|
||||
|
||||
Reference in New Issue
Block a user