Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/core/WebsiteHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const STYLES_CONTAINER = css`
const STYLES_LOGO = css`
height: 32px;
width: 32px;
cursor: poitner;
cursor: pointer;
pointer-events: auto;
display: flex;
align-items: center;
Expand Down
1 change: 0 additions & 1 deletion pages/get-slate.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ const STYLES_BODY = css`
`;

const STYLES_BUTTON = css`
cursor: poitner;
display: inline-flex;
flex-grow: 0;
justify-content: center;
Expand Down
1 change: 0 additions & 1 deletion pages/guide/guide.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ const STYLES_FLEX = css`
`;

const STYLES_BUTTON = css`
cursor: poitner;
display: inline-flex;
flex-grow: 0;
justify-content: center;
Expand Down
1 change: 0 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ const STYLES_CURSOR_BLINK = css`
`;

const STYLES_BUTTON = css`
cursor: poitner;
display: inline-flex;
flex-grow: 0;
justify-content: center;
Expand Down