diff --git a/src/components/BottomBar.tsx b/src/components/BottomBar.tsx index a9f010f..a1fdb11 100644 --- a/src/components/BottomBar.tsx +++ b/src/components/BottomBar.tsx @@ -46,44 +46,44 @@ export default function BottomBar() { -
+ {location.hash === "#top" ? ( ) : ( )} - Home -
+ Home +
-
- {location.hash === "#top" ? ( + + {location.hash === "#about" ? ( ) : ( )} - About -
+ About +
-
- {location.hash === "#top" ? ( + + {location.hash === "#timeline" ? ( ) : ( )} - Timeline -
+ Timeline +
-
- {location.hash === "#top" ? ( + + {location.hash === "#contact" ? ( ) : ( )} - Contact -
+ Contact +
© 2021-2025 imnyang diff --git a/src/components/Home/Timeline.tsx b/src/components/Home/Timeline.tsx index 89feb49..70a7710 100644 --- a/src/components/Home/Timeline.tsx +++ b/src/components/Home/Timeline.tsx @@ -72,11 +72,6 @@ const events = [ description: "Dreamhack #133", link: "https://dreamhack.io/users/40116/wargame", }, - { - date: "2023-12-20", - description: "LG AI 청소년 캠프 1기 합격", - category: "Education", - }, { date: "2023-11-14", description: "인천상정중학교 2023학년도 SW 문제 해결 활동 우수상(2위) 수여",