Skip to content

Commit

Permalink
Fix: 빌드 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunji-0623 committed Jul 16, 2024
1 parent 442a9d0 commit 0545ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Lander/AllActivities.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function AllActivity({
backgroundImage: `linear-gradient(180deg, rgba(0, 0, 0, 0.10) 20.33%, rgba(0, 0, 0, 0.60) 100%),url(${backgroundImage})`,
}}
></div>
<div className='hover:bg-gray-200 rounded px-[4px]'>
<div className="hover:bg-gray-200 rounded px-[4px]">
<div className="flex items-center mt-[16.5px]">
<Image
src={StarImg}
Expand Down

0 comments on commit 0545ca9

Please sign in to comment.