File tree Expand file tree Collapse file tree
apps/sim/app/workspace/[workspaceId]/files/components/share-modal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 TagInput ,
1414 type TagItem ,
1515} from '@/components/emcn'
16- import { Link } from '@/components/emcn/icons'
16+ import { Send } from '@/components/emcn/icons'
1717import { GeneratedPasswordInput } from '@/components/ui'
1818import type { ShareAuthType , ShareRecord } from '@/lib/api/contracts/public-shares'
1919import { getEnv , isTruthy } from '@/lib/core/config/env'
@@ -200,7 +200,7 @@ export function ShareModal({
200200
201201 return (
202202 < ChipModal open = { open } onOpenChange = { handleClose } size = 'sm' srTitle = { `Share ${ fileName } ` } >
203- < ChipModalHeader icon = { Link } onClose = { handleClose } >
203+ < ChipModalHeader icon = { Send } onClose = { handleClose } >
204204 Share file
205205 </ ChipModalHeader >
206206 < ChipModalBody >
You can’t perform that action at this time.
0 commit comments