-
Notifications
You must be signed in to change notification settings - Fork 443
Closed
Description
hyprnote/apps/desktop/src/components/editor-area/note-header/chips/event-chip.tsx
Lines 34 to 43 in de04c1f
| <div | |
| className={cn( | |
| "flex flex-row items-center gap-2 rounded-md px-2 py-1.5 hover:bg-neutral-100", | |
| !event.data && "opacity-50 cursor-not-allowed", | |
| onboardingSessionId === sessionId && "opacity-50 cursor-not-allowed", | |
| )} | |
| > | |
| <CalendarIcon size={14} /> | |
| <p className="text-xs">{formatRelativeWithDay(date)}</p> | |
| </div> |
Use...
<CalendarIcon size={14} />as default<VideoIcon size={14} />for video calls<SpeechIcon size={14} />for in-person meetings
Metadata
Metadata
Assignees
Labels
No labels