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 Settings.tsx

authored by

Evan Huang and committed by
GitHub
d16ab3b3 21444fd3

+2 -2
+2 -2
components/Settings.tsx
··· 98 98 <div className="space-y-6 py-4"> 99 99 <div className="space-y-2"> 100 100 <Label htmlFor="theme">{language === "zh" ? "主钘" : "Theme"}</Label> 101 - <Select value={theme}> 102 - <SelectTrigger id="theme"> 101 + <Select> 102 + <SelectTrigger> 103 103 <SelectValue /> 104 104 </SelectTrigger> 105 105 <SelectContent>