Skip to content

Commit

Permalink
Remove ScriptComp due to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Dec 15, 2024
1 parent e2637ee commit 243b268
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ import { LinkCard, CardGrid } from "@astrojs/starlight/components";

import Card from "../../components/Card.astro";

import { ScriptComp } from "../../assets/ScriptComp";

#### To install SplashKit, copy and paste the following into your terminal

```shell
Expand Down
4 changes: 0 additions & 4 deletions src/content/docs/installation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { LinkCard, CardGrid } from "@astrojs/starlight/components";

import Card from "../../../components/Card.astro";

import { ScriptComp } from '../../../assets/ScriptComp'

<CardGrid>
<Card title="Windows" icon="raphael:windows">
{/* TODO: Add short text about Windows here */}
Expand Down Expand Up @@ -44,5 +42,3 @@ import { ScriptComp } from '../../../assets/ScriptComp'
/>
</Card>
</CardGrid>

<ScriptComp client:only />

0 comments on commit 243b268

Please sign in to comment.