File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/components/intercept/config Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,6 @@ const SearchBox = styled(TextInput)`
78
78
padding: 10px 10px 8px;
79
79
` ;
80
80
81
- const Footer = styled . p `
82
- margin-top: auto;
83
- font-size: 85%;
84
- font-style: italic;
85
- ` ;
86
-
87
81
@inject ( 'proxyStore' )
88
82
@inject ( 'rulesStore' )
89
83
@inject ( 'eventsStore' )
@@ -224,12 +218,6 @@ class FridaConfig extends React.Component<{
224
218
render ( ) {
225
219
const selectedHost = this . selectedHost ;
226
220
227
- const docsFooter = < Footer >
228
- For more information, see the in-depth < a
229
- href = "https://httptoolkit.com/docs/guides/frida/"
230
- > Frida interception guide</ a > .
231
- </ Footer > ;
232
-
233
221
if ( selectedHost ) {
234
222
const lowercaseSearchInput = this . searchInput . toLowerCase ( ) ;
235
223
const targets = _ . sortBy (
@@ -269,7 +257,6 @@ class FridaConfig extends React.Component<{
269
257
interceptTarget = { this . interceptTarget }
270
258
ellipseDirection = 'right'
271
259
/>
272
- { docsFooter }
273
260
</ ConfigContainer > ;
274
261
}
275
262
@@ -305,7 +292,6 @@ class FridaConfig extends React.Component<{
305
292
interceptTarget = { this . selectHost }
306
293
ellipseDirection = 'right'
307
294
/>
308
- { docsFooter }
309
295
</ ConfigContainer > ;
310
296
}
311
297
You can’t perform that action at this time.
0 commit comments