bug/changed icon (#9801)

This commit is contained in:
Gaurav Goswami
2023-06-26 13:00:19 +00:00
committed by GitHub
parent 0af76ec5ab
commit 40b35bdbe4
@@ -15,7 +15,8 @@ import {
DropdownMenuTrigger,
showToast,
} from "@calcom/ui";
import { Globe, MoreHorizontal, Trash, Clock, Copy } from "@calcom/ui/components/icon";
import { Globe, MoreHorizontal, Trash, Star, Copy } from "@calcom/ui/components/icon";
export function ScheduleListItem({
schedule,
@@ -93,7 +94,7 @@ export function ScheduleListItem({
{!schedule.isDefault && (
<DropdownItem
type="button"
StartIcon={Clock}
StartIcon={Star}
onClick={() => {
updateDefault({
scheduleId: schedule.id,