Skip to content

Commit b7c2572

Browse files
committed
feat : rotate 적용
1 parent 7e79979 commit b7c2572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/container/LocationBubble.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const LocationBubble = ({ name, imageSrc, className }: LocationBubbleProps) => {
5353
name='backto'
5454
size={24}
5555
color='gray-300'
56-
className='rotate-180'
56+
rotate={180}
5757
/>
5858
</div>
5959
</div>

0 commit comments

Comments
 (0)