feat: Use Badge.Ribbon to distinguish the teams to which the knowledge base belongs #2846 (#2891)

### What problem does this PR solve?

feat: Use Badge.Ribbon to distinguish the teams to which the knowledge
base belongs #2846

### Type of change

- [ ] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
This commit is contained in:
balibabu
2024-10-18 12:50:06 +08:00
committed by GitHub
parent ceecac69e9
commit 8fdfa0f669
4 changed files with 66 additions and 46 deletions

View File

@ -22,10 +22,10 @@ const BackendServiceApi = ({ show }: { show(): void }) => {
<Flex gap={8} align="center">
<b>{t('backendServiceApi')}</b>
<Paragraph
copyable={{ text: `${location.origin}/v1/api/` }}
copyable={{ text: `${location.origin}/api/v1/` }}
className={styles.apiLinkText}
>
{location.origin}/v1/api/
{location.origin}/api/v1/
</Paragraph>
</Flex>
</Card>