Skip to content

Commit

Permalink
chore: 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
solar3070 committed Nov 12, 2023
1 parent 18d27c7 commit fc6f015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/views/BlogPage/components/BlogTab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function BlogTab({
})}
</S.TabContainer>
<S.TabDescription>{blogTabList[selectedTab]?.description}</S.TabDescription>
<S.SlectContainer>
<S.SelectContainer>
<Select
options={activeGenerationCategoryList}
labels={generationCategoryLabel}
Expand All @@ -76,7 +76,7 @@ export default function BlogTab({
baseValue={PartCategoryType.ALL}
page={PageType.BLOG}
/>
</S.SlectContainer>
</S.SelectContainer>
</S.Container>
</S.Wrapper>
);
Expand Down
2 changes: 1 addition & 1 deletion src/views/BlogPage/components/BlogTab/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const TabDescription = styled.h1`
}
`;

export const SlectContainer = styled.section`
export const SelectContainer = styled.section`
display: flex;
gap: 6px;
`;

0 comments on commit fc6f015

Please sign in to comment.