From 34e33d0ab0b8eae08611437eb19577eba6d2d4a8 Mon Sep 17 00:00:00 2001 From: SWARVY Date: Thu, 8 Aug 2024 15:14:24 +0900 Subject: [PATCH] fix(time): change duplicated Nav link component's key (#97) --- apps/time/src/widgets/menu/ui/Nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/time/src/widgets/menu/ui/Nav.tsx b/apps/time/src/widgets/menu/ui/Nav.tsx index 69824aeb..3d16480d 100644 --- a/apps/time/src/widgets/menu/ui/Nav.tsx +++ b/apps/time/src/widgets/menu/ui/Nav.tsx @@ -22,7 +22,7 @@ const links = [ 분실물 , - + 학식 , ] as const;