mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix bad icons
This commit is contained in:
parent
d3cd4f50ef
commit
daa2b9aff9
@ -9,7 +9,7 @@
|
|||||||
"id": "tv",
|
"id": "tv",
|
||||||
"path": "/tv",
|
"path": "/tv",
|
||||||
"label": "Tv",
|
"label": "Tv",
|
||||||
"icon": "Tv"
|
"icon": "FiTv"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "music",
|
"id": "music",
|
||||||
|
@ -624,7 +624,7 @@ export default class PostCreator extends React.Component {
|
|||||||
|
|
||||||
<antd.Button
|
<antd.Button
|
||||||
type="ghost"
|
type="ghost"
|
||||||
icon={<Icons.FiMdPoll />}
|
icon={<Icons.MdPoll />}
|
||||||
onClick={this.handleAddPoll}
|
onClick={this.handleAddPoll}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user