Skip to content

Commit

Permalink
Merge pull request #729 from sparcs-kaist/#725.2-2024-event-skeleton
Browse files Browse the repository at this point in the history
#725.2 2024 봄학기 이벤트 스켈레톤 만들기
  • Loading branch information
14KGun authored Feb 13, 2024
2 parents c721056 + da5dd96 commit bd8a805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/pages/Home/EventSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const EventSection = () => {
return <EventSection2023Spring />;
case "2023fall":
return <EventSection2023Fall />;
case null:
case "2024spring":
return <EventSection2024Spring />;
default:
return null;
Expand Down

0 comments on commit bd8a805

Please sign in to comment.