Remove emojis from integrations list in profile (v2.4.0)
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 20s

This commit is contained in:
Play Life Bot
2026-01-02 15:55:56 +03:00
parent 3a256dc290
commit 4ca6eb4fd5
2 changed files with 3 additions and 3 deletions

View File

@@ -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 () => {