Skip to content

Commit 53a48c7

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Update key for sveltekit
1 parent 69eed70 commit 53a48c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sdkOption.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function SdkOption({
3939

4040
const isExcludedPlatform =
4141
currentPlatformOrGuide.key === 'javascript.nextjs' ||
42-
currentPlatformOrGuide.key === 'javascript.svelte';
42+
currentPlatformOrGuide.key === 'javascript.sveltekit';
4343

4444
return isServerPlatform && !isExcludedPlatform;
4545
};

0 commit comments

Comments
 (0)