Skip to content

Commit

Permalink
Feat: Lint 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
ssumai-kr committed Jul 16, 2024
1 parent 23fcfe6 commit 689cfbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions components/Lander/AllActivities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ export function AllActivity({
</div>
<div className="font-sans text-[28px] text-[20px] font-[700] p:mt-[0px] mt-[15px]">
{price}{' '}
<span className="font-sans text-[16px] font-[400]">
/ 인
</span>
<span className="font-sans text-[16px] font-[400]">/ 인</span>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion components/Lander/SearchResults.type.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export interface SearchResultsProps {
SearchValue: string;
}

0 comments on commit 689cfbc

Please sign in to comment.