Skip to content

Commit

Permalink
Make linter happy again
Browse files Browse the repository at this point in the history
  • Loading branch information
flexdinesh committed Oct 24, 2022
1 parent b28d760 commit 9f37aa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/components/primitives/YouTubeEmbed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/** @jsx jsx */
import { jsx } from '@emotion/react';


type YouTubeEmbedProps = {
url: string;
label: string;
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/updates/roadmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@ export default function Roadmap() {
noRightNav
noProse
title={'Roadmap'}
description={'Discover where KeystoneJS is headed, and why we\'re going there.'}
description={"Discover where KeystoneJS is headed, and why we're going there."}
>
<Type as="h1" look="heading64">
Roadmap
</Type>
<Type as="p" look="body18" margin="1rem 0">
After a year of intensive development Keystone 6 has achieved a{' '}
<Link href="/blog/general-availability">General Availability release</Link>! We've
graduated to the
<Link href="/blog/general-availability">General Availability release</Link>! We've graduated
to the
<InlineCode>@keystone-6</InlineCode> namespace on npm and have a stable set of APIs that you
can confidently build on <Emoji symbol="🚀" alt="Rocket" />
</Type>
Expand Down

0 comments on commit 9f37aa0

Please sign in to comment.