Skip to content

Commit a8c6442

Browse files
committed
fix: 별 사이즈 수정
1 parent 8694775 commit a8c6442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/mission/-components/MissionGridCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function MissionGridCard({
199199
<img
200200
src="/score-star.png"
201201
alt="score-star"
202-
className="w-2.5 h-2.5"
202+
className="w-3 h-3"
203203
/>
204204
+{score}
205205
</p>

0 commit comments

Comments
 (0)