Skip to content

Commit

Permalink
Merge pull request #116 from TEAM-SYLUV/develop
Browse files Browse the repository at this point in the history
[Develop] 진짜 최종 QA 반영
  • Loading branch information
seokkkkkk authored Aug 6, 2024
2 parents fce9128 + a836e22 commit f871223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Home/HotMarket.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Wrapper = styled.div`
margin-left: 2px;
margin-right: 10px;
font-size: 14px;
font-weight: ${(props) => props.theme.fontWeight.semiBold};
font-weight: ${(props) => props.theme.fontWeight.regular};
color: ${(props) => props.theme.color.gray900};
}
margin-bottom: 10px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/LatestMarket.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Wrapper = styled.div`
margin-left: 2px;
margin-right: 10px;
font-size: 14px;
font-weight: ${(props) => props.theme.fontWeight.semiBold};
font-weight: ${(props) => props.theme.fontWeight.regular};
color: ${(props) => props.theme.color.gray900};
}
margin-bottom: 10px;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/MarketPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import styled from "styled-components";
import ErrorPage from "./ErrorPage";

const MarketPage = () => {
const items = ["홈", "방문"];
const items = ["홈", "오늘의 방문"];
const [selectedNav, setSelectedNav] = useState(items[0]);
const [visitList, setVisitList] = useState([]);
const { marketId } = useParams();
Expand Down

0 comments on commit f871223

Please sign in to comment.