Skip to content

Commit

Permalink
docs: remove homepage code snippet headers
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWid committed Oct 27, 2024
1 parent d3e19c2 commit 8210a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ import clientCode from "/src/content/snippets/home-client.ts?raw";

<Tabs>
<TabItem label="Server">
<Code title="server.ts" code={serverCode} lang="typescript" />
<Code code={serverCode} lang="typescript" />
</TabItem>
<TabItem label="Client">
<Code title="client.ts" code={clientCode} lang="typescript" />
<Code code={clientCode} lang="typescript" />
</TabItem>
</Tabs>

Expand Down

0 comments on commit 8210a1e

Please sign in to comment.