Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: cursor pointer css #1168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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.
Jump to
Jump to file
Failed to load files.
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