feat: Replace crawler icon #2915 (#2916)

### What problem does this PR solve?

feat: Replace crawler icon #2915

### 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-21 14:28:30 +08:00
committed by GitHub
parent ac26d09a59
commit 609cfa7b5f
5 changed files with 21 additions and 4 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}/api/v1/` }}
copyable={{ text: `${location.origin}` }}
className={styles.apiLinkText}
>
{location.origin}/api/v1/
{location.origin}
</Paragraph>
</Flex>
</Card>