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.

Update UserProfileButton.tsx

authored by

Evan Huang and committed by
GitHub
68d6e348 46578fe3

+1 -1
+1 -1
components/UserProfileButton.tsx
··· 673 673 <X className="h-5 w-5" /> 674 674 </button> 675 675 <div className="flex-1 overflow-auto p-4"> 676 - <UserProfile path="/user-profile" /> 676 + <UserProfile /> 677 677 </div> 678 678 </div> 679 679 </div>