diff --git a/VERSION b/VERSION index e70b452..6a6a3d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0 +2.6.1 diff --git a/play-life-web/package.json b/play-life-web/package.json index 7611bad..f99181f 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "2.6.0", + "version": "2.6.1", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/Profile.jsx b/play-life-web/src/components/Profile.jsx index 36c1548..39f5698 100644 --- a/play-life-web/src/components/Profile.jsx +++ b/play-life-web/src/components/Profile.jsx @@ -8,25 +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' }, + { id: 'telegram', name: 'Telegram' }, ] const handleLogout = async () => { @@ -73,12 +56,9 @@ function Profile({ onNavigate }) { className="w-full p-4 bg-white rounded-xl shadow-sm hover:shadow-md transition-all text-left border border-gray-100 hover:border-indigo-200 group" >