From 4ca6eb4fd596c6a02158cde04873ba4d2e611f8b Mon Sep 17 00:00:00 2001 From: Play Life Bot Date: Fri, 2 Jan 2026 15:55:56 +0300 Subject: [PATCH] Remove emojis from integrations list in profile (v2.4.0) --- VERSION | 2 +- play-life-web/src/components/Profile.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 () => {