feat: remove text
This commit is contained in:
@@ -137,9 +137,6 @@ const ProxyForm: React.FC = () => {
|
|||||||
{
|
{
|
||||||
isProxyConfigured ? (
|
isProxyConfigured ? (
|
||||||
<Box sx={{ maxWidth: 600, width: '100%', textAlign: 'center', marginTop: '20px' }}>
|
<Box sx={{ maxWidth: 600, width: '100%', textAlign: 'center', marginTop: '20px' }}>
|
||||||
<Typography variant="body1" gutterBottom component="div">
|
|
||||||
Proxy is already configured. You can test the configuration below.
|
|
||||||
</Typography>
|
|
||||||
<Box sx={{ maxWidth: 600, width: '100%', textAlign: 'center', marginTop: '20px' }}>
|
<Box sx={{ maxWidth: 600, width: '100%', textAlign: 'center', marginTop: '20px' }}>
|
||||||
<Typography variant="h6" gutterBottom component="div">
|
<Typography variant="h6" gutterBottom component="div">
|
||||||
Current Proxy Configuration
|
Current Proxy Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user