fix bad icons

This commit is contained in:
SrGooglo 2024-09-16 10:31:32 +00:00
parent d3cd4f50ef
commit daa2b9aff9
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"id": "tv", "id": "tv",
"path": "/tv", "path": "/tv",
"label": "Tv", "label": "Tv",
"icon": "Tv" "icon": "FiTv"
}, },
{ {
"id": "music", "id": "music",

View File

@ -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>