One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: change icon to trash bin

authored by

Evan Huang and committed by
GitHub
9096cfd4 1f976b38

+2 -1
+2 -1
components/app/sidebar/sidebar.tsx
··· 29 29 MoreHorizontal, 30 30 Plus, 31 31 X, 32 + Trash2, 32 33 } from 'lucide-react' 33 34 import { useEffect, useState, type CSSProperties } from 'react' 34 35 import { cn } from '@/lib/utils' ··· 314 315 onClick={() => handleDeleteClick(calendar.id)} 315 316 className="text-destructive focus:text-destructive" 316 317 > 317 - <X className="mr-2 h-4 w-4" /> 318 + <Trash2 className="mr-2 h-4 w-4" /> 318 319 {t.delete} 319 320 </DropdownMenuItem> 320 321 <DropdownMenuItem