diff --git a/apps/web/components/availability/SkeletonLoader.tsx b/apps/web/components/availability/SkeletonLoader.tsx index 7d10d5ffce..374bb7a798 100644 --- a/apps/web/components/availability/SkeletonLoader.tsx +++ b/apps/web/components/availability/SkeletonLoader.tsx @@ -1,6 +1,7 @@ import React from "react"; -import { SkeletonText } from "@calcom/ui"; +import { Button, SkeletonText } from "@calcom/ui"; +import { FiMoreHorizontal } from "@calcom/ui/components/icon"; import classNames from "@lib/classNames"; @@ -18,17 +19,21 @@ export default SkeletonLoader; function SkeletonItem() { return ( -
  • -
    -
    - - -
    -
    -
    -
    - +
  • +
    +
    + + +
    +
  • );