Skip to content

Commit f3ce81a

Browse files
committed
Fixing errors
1 parent 9e803d8 commit f3ce81a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/contribute/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ import {RegisterLink, LoginLink} from "@kinde-oss/kinde-auth-nextjs/components";
300300

301301
This can also been achieved by adding a comment with the file name at the top of your file.
302302

303-
````text frame="none
303+
````text frame="none"
304304
```tsx
305305
// src/app/page.tsx
306306
import { RegisterLink, LoginLink } from "@kinde-oss/kinde-auth-nextjs/components
@@ -520,7 +520,7 @@ A tab item must include a label attribute set to the text that will be displayed
520520

521521
#### Example
522522

523-
```text frame="none
523+
```text frame="none"
524524
<Tabs>
525525
<TabItem label="Stars">Sirius, Vega, Betelgeuse</TabItem>
526526
<TabItem label="Moons">Io, Europa, Ganymede</TabItem>
@@ -542,7 +542,7 @@ Depending on your `mdx` formatter, you may need to add extra space between jsx t
542542

543543
</Aside>
544544

545-
````text frame="none
545+
````text frame="none"
546546
<Tabs>
547547
548548
<TabItem label="JavaScript">

0 commit comments

Comments
 (0)