From b80678b00f750a57400a801bdf30d68dda8e9f57 Mon Sep 17 00:00:00 2001
From: Linus Rath <139418639+rathlinus@users.noreply.github.com>
Date: Sat, 25 Apr 2026 03:11:16 +0200
Subject: [PATCH] feat: add 'Today' button to desktop calendar toolbar
---
components/calendar/calendar-toolbar.tsx | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/components/calendar/calendar-toolbar.tsx b/components/calendar/calendar-toolbar.tsx
index 7e458bfe..89710a93 100644
--- a/components/calendar/calendar-toolbar.tsx
+++ b/components/calendar/calendar-toolbar.tsx
@@ -260,6 +260,9 @@ export function CalendarToolbar({
{/* ── DESKTOP TOOLBAR ── */}
{!isMobile && (
+
@@ -279,14 +282,14 @@ export function CalendarToolbar({
{!isMobile && (
-
+
{views.map((v) => (