Skip to content

Commit

Permalink
design: 리뷰 정렬 버튼 중앙 정렬
Browse files Browse the repository at this point in the history
  • Loading branch information
mintmin0320 committed Apr 8, 2024
1 parent d845c87 commit 01d126f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function ReviewSection(props: PropsType) {
{/** 리뷰 정렬 */}
{data?.pages[0].itemReviewTotalCount !== 0 ? (
<>
<div className="mb-[12px] mt-[30px] flex gap-[10px] text-[12px] font-[500]">
<div className="mb-[12px] mt-[30px] flex items-center gap-[10px] text-[12px] font-[500]">
{sortOptions.map((option, index) => (
<React.Fragment key={option.value}>
{index > 0 && (
Expand Down

0 comments on commit 01d126f

Please sign in to comment.