We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bea81 commit 1bea8c9Copy full SHA for 1bea8c9
1 file changed
src/app/components/Trailer.tsx
@@ -30,7 +30,7 @@ const ConsolesDiv = styled.div`
30
}
31
`;
32
33
-const StyledEnvelope = styled(Image) <{ isOpen?: boolean }>`
+const StyledEnvelope = styled(Image)<{ isOpen?: boolean }>`
34
cursor: pointer;
35
width: 100% !important;
36
height: auto !important;
0 commit comments