Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flexdinesh committed Sep 19, 2022
1 parent 60a6a27 commit 9bc288d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
34 changes: 0 additions & 34 deletions docs/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,40 +19,6 @@ import { Stack } from './primitives/Stack';
import { Header } from './Header';
import { Footer } from './Footer';

function Announcement() {
// special announcement
// return (
// <Announce>
// <Emoji symbol="🎤" alt="Microphone" />{' '}
// <a
// href="https://306ucv95ugh.typeform.com/to/TbFERbep"
// rel="noopener noreferrer"
// target="_blank"
// >
// Join us
// </a>{' '}
// for our first <strong>Community Q&A</strong> next{' '}
// <strong>Tuesday Sep 21st @ 3–4pm AEST</strong> –{' '}
// <a
// href="https://306ucv95ugh.typeform.com/to/TbFERbep"
// rel="noopener noreferrer"
// target="_blank"
// >
// Register now
// </a>
// !
// </Announce>
// );
// standard announcement
return (
<Announce>
<strong>
Keystone 6 is now in <Link href="/updates/general-availability">General Availability</Link>!
</strong>
</Announce>
);
}

function OpenGraph({
title,
description,
Expand Down
2 changes: 1 addition & 1 deletion docs/markdoc/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Config, nodes, Tag, ValidationError, Node, ValidateError } from '@markdoc/markdoc';
import { Config, nodes, Tag, ValidationError, Node } from '@markdoc/markdoc';
import slugify from '@sindresorhus/slugify';

export type Pages = Map<string, { ids: Set<string> }>;
Expand Down

0 comments on commit 9bc288d

Please sign in to comment.