diff --git a/apps/Frontend/src/pages/appointments-page.tsx b/apps/Frontend/src/pages/appointments-page.tsx index 7e1064a2..6e0494e7 100755 --- a/apps/Frontend/src/pages/appointments-page.tsx +++ b/apps/Frontend/src/pages/appointments-page.tsx @@ -1724,9 +1724,9 @@ export default function AppointmentsPage() { variant="outline" title="Go to today" onClick={() => setSelectedDate(startOfToday())} - className="rounded-full w-auto px-3 font-semibold text-sm" + className="w-auto px-3 font-semibold text-sm" > - {formattedSelectedDate} + {selectedDate.toLocaleDateString('en-US', { weekday: 'long' })} ยท {`${String(selectedDate.getMonth() + 1).padStart(2, '0')}-${String(selectedDate.getDate()).padStart(2, '0')}-${selectedDate.getFullYear()}`} {/* > next day */}