fix: add icons to dropdown and replace link icon (#630)
This commit is contained in:
parent
73c7b1bddc
commit
a8a5873d88
9 changed files with 104 additions and 45 deletions
|
|
@ -15,10 +15,10 @@ import {
|
|||
ChartPieIcon,
|
||||
ArrowLongRightIcon,
|
||||
TrashIcon,
|
||||
DocumentDuplicateIcon,
|
||||
UserCircleIcon,
|
||||
ChevronDownIcon,
|
||||
DocumentIcon,
|
||||
LinkIcon,
|
||||
} from "@heroicons/react/24/outline";
|
||||
// ui
|
||||
import { CustomMenu, Loader, ProgressBar } from "components/ui";
|
||||
|
|
@ -295,7 +295,7 @@ export const CycleDetailsSidebar: React.FC<Props> = ({
|
|||
<CustomMenu width="lg" ellipsis>
|
||||
<CustomMenu.MenuItem onClick={handleCopyText}>
|
||||
<span className="flex items-center justify-start gap-2 text-gray-800">
|
||||
<DocumentDuplicateIcon className="h-4 w-4" />
|
||||
<LinkIcon className="h-4 w-4" />
|
||||
<span>Copy Link</span>
|
||||
</span>
|
||||
</CustomMenu.MenuItem>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ import { CalendarDaysIcon } from "@heroicons/react/20/solid";
|
|||
import { TargetIcon } from "components/icons";
|
||||
import {
|
||||
ChevronDownIcon,
|
||||
DocumentDuplicateIcon,
|
||||
LinkIcon,
|
||||
PencilIcon,
|
||||
StarIcon,
|
||||
TrashIcon,
|
||||
|
|
@ -318,7 +318,7 @@ export const SingleCycleCard: React.FC<TSingleStatProps> = ({
|
|||
)}
|
||||
<CustomMenu.MenuItem onClick={handleCopyText}>
|
||||
<span className="flex items-center justify-start gap-2 text-gray-800">
|
||||
<DocumentDuplicateIcon className="h-4 w-4" />
|
||||
<LinkIcon className="h-4 w-4" />
|
||||
<span>Copy Cycle Link</span>
|
||||
</span>
|
||||
</CustomMenu.MenuItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue