Skip to content

Commit e9834d2

Browse files
committed
style(search-modal): use Send icon for Invite teammates action
1 parent 12188df commit e9834d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/search-modal

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/search-modal/search-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ import {
1919
Integration,
2020
Play,
2121
Plus,
22+
Send,
2223
Settings,
2324
Table,
2425
Upload,
25-
User,
2626
} from '@/components/emcn/icons'
2727
import { Search } from '@/components/emcn/icons/search'
2828
import { cn } from '@/lib/core/utils/cn'
@@ -267,7 +267,7 @@ export function SearchModal({
267267
id: 'invite-teammates',
268268
name: 'Invite teammates',
269269
keywords: 'members people add user organization',
270-
icon: User,
270+
icon: Send,
271271
context: 'global',
272272
run: () => navigateToSettings({ section: 'teammates' }),
273273
})

0 commit comments

Comments
 (0)