Skip to content

Commit 150ca89

Browse files
committed
Drop the docs footer for now
1 parent c1b4443 commit 150ca89

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/components/intercept/config/frida-config.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ const SearchBox = styled(TextInput)`
7878
padding: 10px 10px 8px;
7979
`;
8080

81-
const Footer = styled.p`
82-
margin-top: auto;
83-
font-size: 85%;
84-
font-style: italic;
85-
`;
86-
8781
@inject('proxyStore')
8882
@inject('rulesStore')
8983
@inject('eventsStore')
@@ -224,12 +218,6 @@ class FridaConfig extends React.Component<{
224218
render() {
225219
const selectedHost = this.selectedHost;
226220

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-
233221
if (selectedHost) {
234222
const lowercaseSearchInput = this.searchInput.toLowerCase();
235223
const targets = _.sortBy(
@@ -269,7 +257,6 @@ class FridaConfig extends React.Component<{
269257
interceptTarget={this.interceptTarget}
270258
ellipseDirection='right'
271259
/>
272-
{ docsFooter }
273260
</ConfigContainer>;
274261
}
275262

@@ -305,7 +292,6 @@ class FridaConfig extends React.Component<{
305292
interceptTarget={this.selectHost}
306293
ellipseDirection='right'
307294
/>
308-
{ docsFooter }
309295
</ConfigContainer>;
310296
}
311297

0 commit comments

Comments
 (0)