Skip to content

Commit 09110e6

Browse files
committed
Update icons in PublishDialog component
1 parent 894c28e commit 09110e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/blog/publish-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function PublishDialog({ post, user, session, ...props }: { post:
7575
<div className="stats flex items-center justify-around gap-1">
7676
<div className="flex items-center space-x-1 text-muted-foreground text-sm feedpost__action-btn">
7777
<Button variant="ghost" size={"icon"} className=" text-muted-foreground">
78-
<Bookmark className={`h-5 w-5`} strokeWidth={2} />
78+
<Icons.bookmark className={`h-6 w-6`} />
7979
<span className="sr-only">Save</span>
8080
</Button>
8181
</div>
@@ -130,7 +130,7 @@ export default function PublishDialog({ post, user, session, ...props }: { post:
130130
</div>
131131
<div className="w-56">
132132
<Button onClick={() => copylink(url)} variant={'outline'} size={'lg'} className="w-full justify-between gap-2 !px-4" >
133-
<Link2 className="h-5 w-5" />
133+
<Icons.link className="h-5 w-5" />
134134
<span className="w-full">Copy link</span>
135135
<div className="h-5 w-5 fill-current stroke-none" />
136136
</Button>

0 commit comments

Comments
 (0)