Skip to content

Commit

Permalink
Fix typo in Admin UI (keystonejs#6474)
Browse files Browse the repository at this point in the history
* Fix typo in Admin UI

* Changelog.

Co-authored-by: Thomas Walker <[email protected]>
  • Loading branch information
2 people authored and Nikitoring committed Sep 14, 2021
1 parent 42e8786 commit 84b3f02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-next/keystone

## 25.0.1

### Patch Changes

- [#6474](https://github.com/keystonejs/keystone/pull/6474) [`6205381b1`](https://github.com/keystonejs/keystone/commit/6205381b19041b88363a32e7ff13d606ba12a48e) Thanks [@timleslie](https://github.com/timleslie)! - Fixed typo in Admin UI.

## 25.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/keystone",
"version": "25.0.0",
"version": "25.0.1",
"license": "MIT",
"main": "dist/keystone.cjs.js",
"module": "dist/keystone.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/src/admin-ui/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const AuthenticatedItemDialog = ({ item }: { item: AuthenticatedItem | undefined
Signed in as <strong>{item.label}</strong>
</div>
) : (
<div css={{ fontSize: typography.fontSize.small }}>Graqhql Playground and Docs</div>
<div css={{ fontSize: typography.fontSize.small }}>GraphQL Playground and Docs</div>
)}

<Popover
Expand Down

0 comments on commit 84b3f02

Please sign in to comment.