Feature/add emoji (#103)
This commit is contained in:
@@ -9,7 +9,6 @@ import NewAppDialog from './NewAppDialog'
|
||||
const CreateAppCard = () => {
|
||||
const { t } = useTranslation()
|
||||
const [showNewAppDialog, setShowNewAppDialog] = useState(false)
|
||||
|
||||
return (
|
||||
<a className={classNames(style.listItem, style.newItemCard)} onClick={() => setShowNewAppDialog(true)}>
|
||||
<div className={style.listItemTitle}>
|
||||
|
||||
Reference in New Issue
Block a user