diff --git a/src/components/PostCreator/index.js b/src/components/PostCreator/index.js
index 522bd099..0b92fb1b 100755
--- a/src/components/PostCreator/index.js
+++ b/src/components/PostCreator/index.js
@@ -2,8 +2,10 @@ import React from 'react'
import * as antd from 'antd'
import * as ycore from 'ycore'
import styles from './index.less'
-import {CustomIcons} from 'components'
+import {CustomIconss} from 'components'
import { RefreshFeed } from 'components/MainFeed'
+import * as Icons from '@ant-design/icons';
+import Icon from '@ant-design/icons'
const { Meta } = antd.Card;
const userData = ycore.SDCP();
@@ -30,13 +32,13 @@ class PostCreator extends React.PureComponent{
ShareWithValue(e){
switch (e) {
case 'any':
- return Share with everyone
+ return Share with everyone
case 'only_follow':
- return Share with people I follow
+ return Share with people I follow
case 'only_followers':
- return Share with people follow me
+ return Share with people follow me
case 'private':
- return Dont share, only me
+ return Dont share, only me
default:
return Unknown
}
@@ -144,14 +146,14 @@ class PostCreator extends React.PureComponent{