Skip to content

Commit

Permalink
chore: 제목 폰트 조금 더 얇게
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte committed Dec 5, 2024
1 parent 4839cd7 commit 7e96088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MainPage/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export const Sidebar: React.FC<SidebarProps> = ({ isOpen, toggleSidebar }) => {
mb={4}
fontSize={{ base: "36px", md: "46px" }}
mt={-3}
fontWeight={"bold"}
fontWeight={"md"}
color="#C73732"
onClick={() => navigate("/")} // 메인 페이지로 이동
cursor={"pointer"} // 커서를 손가락 모양으로 변경
Expand Down

0 comments on commit 7e96088

Please sign in to comment.