feat: remove center align
This commit is contained in:
@@ -144,8 +144,8 @@ const ProxyForm: React.FC = () => {
|
|||||||
</Tabs>
|
</Tabs>
|
||||||
{tabIndex === 0 && (
|
{tabIndex === 0 && (
|
||||||
isProxyConfigured ? (
|
isProxyConfigured ? (
|
||||||
<Box sx={{ maxWidth: 600, width: '100%', textAlign: 'center', marginTop: '20px' }}>
|
<Box sx={{ maxWidth: 600, width: '100%', marginTop: '20px' }}>
|
||||||
<Box sx={{ maxWidth: 600, width: '100%', textAlign: 'center', marginTop: '20px' }}>
|
<Box sx={{ maxWidth: 600, width: '100%', marginTop: '20px' }}>
|
||||||
<Typography variant="h6" gutterBottom component="div">
|
<Typography variant="h6" gutterBottom component="div">
|
||||||
Current Proxy Configuration
|
Current Proxy Configuration
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user