Skip to content

Commit 20635cd

Browse files
committed
Remove useless code
1 parent 4011c60 commit 20635cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const RouteIndexContainer = styled.div<{status: string}>`
134134
`
135135
const RouteToggleImage = styled(Arrow)<{status: string}>`
136136
${tw`absolute bottom-0 inset-x-0 rotate-180 m-auto h-[1.3rem] w-[1.3rem] opacity-80 transition ease-in-out duration-150`}
137-
${(props) => props.status === 'entered'? tw`rotate-0`:tw`inset-y-12 rotate-180 hsm:inset-y-14`}
137+
${(props) => props.status === 'entered'? tw`rotate-0`:tw`rotate-180`}
138138
`
139139
const SegmentedControl = styled.div`
140140
${tw`

0 commit comments

Comments
 (0)