diff --git a/VERSION b/VERSION index 276cbf9..197c4d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.0 +2.4.0 diff --git a/play-life-web/src/components/Profile.jsx b/play-life-web/src/components/Profile.jsx index 49e8b58..ff8bcf4 100644 --- a/play-life-web/src/components/Profile.jsx +++ b/play-life-web/src/components/Profile.jsx @@ -8,8 +8,8 @@ function Profile({ onNavigate }) { const [selectedIntegration, setSelectedIntegration] = useState(null) const integrations = [ - { id: 'todoist', name: 'TODOist', icon: '✓' }, - { id: 'telegram', name: 'Telegram', icon: '✈️' }, + { id: 'todoist', name: 'TODOist', icon: '' }, + { id: 'telegram', name: 'Telegram', icon: '' }, ] const handleLogout = async () => {