Skip to content

Commit

Permalink
style: 부스 리스트 페이지 스타일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyoeunkh committed May 21, 2024
1 parent 3a14131 commit 558c9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/display/Booth.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const BoothLink = styled(Link)`
width: 100%;
padding-left: 10px;
padding-left: 8px;
gap: 1px;
}
`;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BoothListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const BoothListPage: React.FC = () => {
</TransformComponent>
</TransformWrapper>

<BoothSearchInput placeholder="부스이름, 부스아이디로 검색해주세요!" onChange={handleChange} />
<BoothSearchInput placeholder="부스이름, 부스번호로 검색해주세요!" onChange={handleChange} />

<VisibleList variants={listVariants} initial="hidden" animate="visible">
{isPending ? (
Expand Down

0 comments on commit 558c9ce

Please sign in to comment.