tangled
alpha
login
or
join now
e.xyehr.cn
/
One-Calendar
5
fork
atom
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
atom
overview
issues
pulls
pipelines
Add Tangled link in footer
Daniel Morrisey
3 weeks ago
87b680c4
605bbd53
+1
1 changed file
expand all
collapse all
unified
split
components
landing
footer.tsx
+1
components/landing/footer.tsx
···
15
15
links: [
16
16
{ label: "Contact", href: "mailto:evan.huang000@proton.me" },
17
17
{ label: "Bluesky", href: "https://bsky.app/profile/calendar.xyehr.cn" },
18
18
+
{ label: "Tangled", href: "https://tangled.org/e.xyehr.cn/One-Calendar" },
18
19
{ label: "GitHub", href: "https://github.com/EvanTechDev/One-Calendar" },
19
20
],
20
21
},