Skip to content

Commit

Permalink
feat(#11): 인물 분석 검색
Browse files Browse the repository at this point in the history
  • Loading branch information
uiop5809 committed Mar 6, 2024
1 parent 04f308c commit 9d112b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}
3 changes: 1 addition & 2 deletions src/components/trend/TrendSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ const SearchImage = styled.div`
justify-content: center;
position: absolute;
left: 2.5rem;
top: 50%;
transform: translateY(-50%);
top: 1.2rem;
`;

const SearchBar = styled.input`
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", ".next"]
}

0 comments on commit 9d112b4

Please sign in to comment.