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
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 20s
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user