From 86792eb56f04b615f7d52b2f417b88f4cb9a82ec Mon Sep 17 00:00:00 2001
From: Yahya Kousa <117687470+yahya-kousa@users.noreply.github.com>
Date: Mon, 21 Oct 2024 19:01:09 -0500
Subject: [PATCH] fix(ui): add space before/after forward slash in
"ASYNC/OTHER" text (#366)
* fix(ui): add space before/after forward slash in "ASYNC./OTHER" text
* fix(ui): add space before/after forward slash in "ASYNC./OTHER" text
---
src/views/components/calendar/CalendarBottomBar.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/components/calendar/CalendarBottomBar.tsx b/src/views/components/calendar/CalendarBottomBar.tsx
index 0ddc11e7..2657c428 100644
--- a/src/views/components/calendar/CalendarBottomBar.tsx
+++ b/src/views/components/calendar/CalendarBottomBar.tsx
@@ -37,7 +37,7 @@ export default function CalendarBottomBar({ courseCells, setCourse }: CalendarBo
{displayCourses && (
<>
- ASYNC/OTHER
+ ASYNC / OTHER
—