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",
"path": "/tv",
"label": "Tv",
"icon": "Tv"
"icon": "FiTv"
},
{
"id": "music",

View File

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