File tree Expand file tree Collapse file tree 2 files changed +1
-36
lines changed Expand file tree Collapse file tree 2 files changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -96,30 +96,6 @@ const DesktopCompactPagination = styled(CompactPagination)`
96
96
) }
97
97
` ;
98
98
99
- const Close = styled . label `
100
- display: none;
101
-
102
- ${ landscapeStyle (
103
- ( ) => css `
104
- display: flex;
105
- position: absolute;
106
- top: ${ responsiveSize ( 24 , 32 ) } ;
107
- right: 17px;
108
- display: flex;
109
- align-items: flex-end;
110
- justify-content: flex-end;
111
- cursor: pointer;
112
- z-index: 11;
113
-
114
- &:hover {
115
- text-decoration: underline;
116
- }
117
-
118
- color: ${ ( { theme } ) => theme . primaryBlue } ;
119
- `
120
- ) }
121
- ` ;
122
-
123
99
const RightContainer = styled . div `
124
100
width: 86vw;
125
101
position: relative;
@@ -203,17 +179,7 @@ const Template: React.FC<ITemplate> = ({
203
179
label = { `${ currentPage } /${ numPages } ` }
204
180
/>
205
181
</ LeftContainer >
206
- < RightContainer >
207
- < Close
208
- onClick = { ( ) => {
209
- onClose ( ) ;
210
- removeOnboardingHashPath ( ) ;
211
- } }
212
- >
213
- Close
214
- </ Close >
215
- { RightContent }
216
- </ RightContainer >
182
+ < RightContainer > { RightContent } </ RightContainer >
217
183
</ Container >
218
184
</ >
219
185
) ;
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ const DisputeResolver: React.FC = () => {
92
92
< >
93
93
< HeroImage />
94
94
< Container >
95
- { isConnected && ! isPreviewPage ? < StyledLabel > Start a case</ StyledLabel > : null }
96
95
{ isConnected ? (
97
96
< StyledEnsureAuth >
98
97
< MiddleContentContainer >
You can’t perform that action at this time.
0 commit comments