feat: discord server link
This commit is contained in:
@@ -93,7 +93,7 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
|
|||||||
<a href="http://localhost:8080/api-docs/" target="_blank" rel="noopener noreferrer" style={linkStyles}>API Docs</a>
|
<a href="http://localhost:8080/api-docs/" target="_blank" rel="noopener noreferrer" style={linkStyles}>API Docs</a>
|
||||||
</Button>
|
</Button>
|
||||||
<Button sx={buttonStyles}>
|
<Button sx={buttonStyles}>
|
||||||
<a href="" style={linkStyles}>Join Discord</a>
|
<a href="https://discord.gg/NFhWDCdb" target="_blank" rel="noopener noreferrer" style={linkStyles}>Join Discord</a>
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
@@ -111,8 +111,10 @@ const buttonStyles = {
|
|||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
textTransform: 'none',
|
textTransform: 'none',
|
||||||
|
color: 'rgba(0, 0, 0, 0.87) !important',
|
||||||
};
|
};
|
||||||
|
|
||||||
const linkStyles = {
|
const linkStyles = {
|
||||||
textDecoration: 'none'
|
textDecoration: 'none',
|
||||||
|
color: 'rgba(0, 0, 0, 0.87) !important'
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user