Skip to content

Commit

Permalink
PR cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswiss committed Jul 24, 2024
1 parent 2a91b91 commit 999dae1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions docs/content/docs/config/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ export default config<TypeInfo>({
{
mode: 'write',
src: `
/** @jsxRuntime classic */
/** @jsx jsx */
import { jsx } from '@keystone-ui/core';
export default function Welcome() {
return (<h1>Welcome to my Keystone system</h1>);
Expand Down
3 changes: 1 addition & 2 deletions docs/content/docs/guides/custom-admin-ui-logo.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ If you have styling constraints, we recommend using the jsx export from the `@ke

```tsx
// admin/config.tsx
/** @jsxRuntime classic */
/** @jsx jsx */

import { jsx } from '@keystone-ui/core';

function CustomLogo () {
Expand Down
2 changes: 0 additions & 2 deletions docs/content/docs/guides/custom-admin-ui-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ The snippet below uses the emotion `jsx` runtime exported from `@keystone-ui/cor
```tsx
// admin/pages/custom-page.tsx
/** @jsxRuntime classic */
/** @jsxRuntime classic */
/** @jsx jsx */

import Link from 'next/link';
import { jsx } from '@keystone-ui/core';
Expand Down

0 comments on commit 999dae1

Please sign in to comment.