Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Jan 30, 2025
1 parent 3a000d5 commit 9d2af2a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/content/doc-sdk-javascript/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import IconBox from "@components/boxes/IconBox.astro";
import Image from "@components/Image.astro";

import LightJavaScript from "@img/icon/light/javascript.png";
import LightTypescript from "@img/icon/light/typescript.png";
import LightNodejs from "@img/icon/light/nodejs.png";
import LightWasm from "@img/icon/light/webassembly.png";
import LightReact from "@img/icon/light/reactjs.png";
Expand All @@ -21,7 +20,6 @@ import LightSolid from "@img/icon/light/solidjs.png";
import LightSvelte from "@img/icon/light/svelte.png";

import DarkJavaScript from "@img/icon/dark/javascript.png";
import DarkTypescript from "@img/icon/dark/typescript.png";
import DarkNodejs from "@img/icon/dark/nodejs.png";
import DarkWasm from "@img/icon/dark/webassembly.png";
import DarkReact from "@img/icon/dark/reactjs.png";
Expand Down Expand Up @@ -56,15 +54,15 @@ To contribute to the SDK code, submit an Issue or Pull Request in the [surrealdb
dark: DarkJavaScript,
}}
/>
<IconBox
{/* <IconBox
title="TypeScript"
status="available"
href="/docs/sdk/javascript/core/create-a-new-connection"
icon={{
light: LightTypescript,
dark: DarkTypescript,
}}
/>
/> */}
<IconBox
title="Node.js"
status="available"
Expand Down

0 comments on commit 9d2af2a

Please sign in to comment.