Skip to content

Commit e663ba5

Browse files
author
Theodore Li
committed
Use emcn icon
1 parent 4f831d3 commit e663ba5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

apps/sim/app/(landing)/blog/[slug]/share-button.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
'use client'
22

33
import { useState } from 'react'
4-
import { Copy, Share2 } from 'lucide-react'
5-
import { LinkedInIcon, xIcon as XIcon } from '@/components/icons'
4+
import { Share2 } from 'lucide-react'
65
import {
76
DropdownMenu,
87
DropdownMenuContent,
98
DropdownMenuItem,
109
DropdownMenuTrigger,
1110
} from '@/components/emcn'
11+
import { Copy } from '@/components/emcn/icons'
12+
import { LinkedInIcon, xIcon as XIcon } from '@/components/icons'
1213

1314
interface ShareButtonProps {
1415
url: string

0 commit comments

Comments
 (0)