Skip to content

Commit

Permalink
fix: setting 페이지의 LocationMove 컴포넌트에 커서 포인터 스타일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
perfumeplaylist committed Feb 10, 2025
1 parent e8fe324 commit e0f7975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-web/src/pages/Setting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Setting() {
}) => (
<li key={title}>
<LocationMove
className="flex justify-between px-5 py-3"
className="flex justify-between px-5 py-3 cursor-pointer"
location={location}
>
<div
Expand Down

0 comments on commit e0f7975

Please sign in to comment.