[READ-ONLY] 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
nextjs
0

Configure Feed

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

fix: use geist mono font import in auth waiting

+2 -2
+2 -2
components/app/auth-waiting-loading.tsx
··· 1 1 'use client' 2 2 3 3 import { translations, useLanguage } from '@/lib/i18n' 4 + import { GeistMono } from 'geist/font/mono' 4 5 import { useEffect, useState } from 'react' 5 6 6 7 export default function AuthWaitingLoading() { ··· 48 49 </g> 49 50 </svg> 50 51 <p 51 - className="text-sm text-slate-700 dark:text-slate-300" 52 - style={{ fontFamily: 'Geist Mono, monospace' }} 52 + className={`${GeistMono.className} text-sm text-slate-700 dark:text-slate-300`} 53 53 > 54 54 {t.loadingCalendar} 55 55 {'.'.repeat(dotCount)}