feat: change comment for tabs
This commit is contained in:
@@ -207,10 +207,10 @@ const ProxyForm: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
</CustomTabs>
|
</CustomTabs>
|
||||||
|
|
||||||
<!-- <Tabs value={tabIndex} onChange={handleTabChange}>
|
{/* <Tabs value={tabIndex} onChange={handleTabChange}>
|
||||||
<Tab label={t('proxy.tab_standard')} />
|
<Tab label={t('proxy.tab_standard')} />
|
||||||
<Tab label={t('proxy.tab_rotation')} />
|
<Tab label={t('proxy.tab_rotation')} />
|
||||||
</Tabs> -->
|
</Tabs> */}
|
||||||
|
|
||||||
{tabIndex === 0 && (
|
{tabIndex === 0 && (
|
||||||
isProxyConfigured ? (
|
isProxyConfigured ? (
|
||||||
@@ -305,8 +305,8 @@ const ProxyForm: React.FC = () => {
|
|||||||
{t('proxy.coming_soon')}
|
{t('proxy.coming_soon')}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<!-- <Button variant="contained" color="primary" sx={{ marginTop: '20px',backgroundColor: '#ff00c3' }}>
|
{/* <Button variant="contained" color="primary" sx={{ marginTop: '20px',backgroundColor: '#ff00c3' }}>
|
||||||
<a style={{ color: 'white', textDecoration: 'none' }} href="https://forms.gle/hXjgqDvkEhPcaBW76">Join Maxun Cloud Waitlist</a> -->
|
<a style={{ color: 'white', textDecoration: 'none' }} href="https://forms.gle/hXjgqDvkEhPcaBW76">Join Maxun Cloud Waitlist</a> */}
|
||||||
|
|
||||||
<Button variant="contained" color="primary" sx={{ marginTop: '20px' }}>
|
<Button variant="contained" color="primary" sx={{ marginTop: '20px' }}>
|
||||||
<a style={{ color: 'white', textDecoration: 'none' }} href="https://forms.gle/hXjgqDvkEhPcaBW76">{t('proxy.join_waitlist')}</a>
|
<a style={{ color: 'white', textDecoration: 'none' }} href="https://forms.gle/hXjgqDvkEhPcaBW76">{t('proxy.join_waitlist')}</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user