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",
|
||||
"path": "/tv",
|
||||
"label": "Tv",
|
||||
"icon": "Tv"
|
||||
"icon": "FiTv"
|
||||
},
|
||||
{
|
||||
"id": "music",
|
||||
|
@ -624,7 +624,7 @@ export default class PostCreator extends React.Component {
|
||||
|
||||
<antd.Button
|
||||
type="ghost"
|
||||
icon={<Icons.FiMdPoll />}
|
||||
icon={<Icons.MdPoll />}
|
||||
onClick={this.handleAddPoll}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user