Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

feat: replace shorten link icon by a pen #907

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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