Skip to content

Commit

Permalink
feat: replace shorten link icon by a pen (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidyT authored Dec 6, 2023
1 parent a30b801 commit 1c81284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/item/sharing/shortLink/ShortLinkMenu.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';

import AddLinkIcon from '@mui/icons-material/AddLink';
import CreateIcon from '@mui/icons-material/Create';
import DeleteIcon from '@mui/icons-material/Delete';
import EditIcon from '@mui/icons-material/Edit';
import FileCopyIcon from '@mui/icons-material/FileCopy';
Expand Down Expand Up @@ -165,7 +165,7 @@ const ShortLinkMenu = ({
id={buildShortLinkShortenBtnId(itemId, platform)}
onClick={() => onCreate(platform)}
>
<AddLinkIcon />
<CreateIcon />
</IconButton>
</span>
</Tooltip>
Expand Down

0 comments on commit 1c81284

Please sign in to comment.