mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
Add collab mode docs to side bar + fix casing inconsistency in tooltip (#3375)
This change does two things: - Adds project collaboration mode docs to the sidebar - Fixes a casing inconsistency in the collaboration mode tooltip: previously, one of the explanations started with a lowercase character and the other with an uppercase character. Now they both start with lowercase characters.
This commit is contained in:
parent
ec5b695409
commit
e9c2a332b6
@ -25,7 +25,7 @@ export const CollaborationModeTooltip: FC = () => (
|
||||
<Box sx={{ mt: 2 }}>
|
||||
<StyledTitle>protected: </StyledTitle>
|
||||
<StyledDescription>
|
||||
Only admins and project members can submit change
|
||||
only admins and project members can submit change
|
||||
requests
|
||||
</StyledDescription>
|
||||
</Box>
|
||||
|
@ -322,6 +322,7 @@ module.exports = {
|
||||
'reference/playground',
|
||||
'reference/public-signup',
|
||||
'reference/projects',
|
||||
'reference/project-collaboration-mode',
|
||||
'reference/rbac',
|
||||
'reference/segments',
|
||||
'reference/service-accounts',
|
||||
|
Loading…
Reference in New Issue
Block a user