Skip to content

Commit 48ba1c4

Browse files
committed
fix typo and remove rust link, there is no developer guide in docs for rust
1 parent a2771fb commit 48ba1c4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/lib/components/lines-and-dots/sdk-logo.svelte

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
};
2323
2424
const sdkToDocsSlug: Record<string, string> = {
25-
Rubg: 'ruby',
25+
Ruby: 'ruby',
2626
Go: 'go',
2727
Java: 'java',
2828
Python: 'python',
29-
'.NET': 'dot-net',
29+
'.NET': 'dotnet',
3030
PHP: 'php',
31-
TypeScript: 'typescript',
32-
Rust: 'rust',
31+
Typescript: 'typescript',
3332
};
3433
3534
interface Props {

0 commit comments

Comments
 (0)