Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/gridaco/assistant into main
Browse files Browse the repository at this point in the history
  • Loading branch information
softmarshmallow committed Aug 26, 2021
2 parents 020b7bc + 1f37bfe commit 30a92f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/lib/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

/*
If you want to change the font, be sure to check the following!
tippy-1 is `tippyjs' id. it is only for drop item in @code-ui/docstring
*/
#tippy-1 li {
font-family: "Source Code Pro", "Courier New", "Lucida Console", Monaco;
}

#create {
box-shadow: none;
background: #18a0fb;
Expand Down
4 changes: 3 additions & 1 deletion app/lib/pages/signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ function Signin() {
</SignInBtn>
<SignUpBtn
onClick={() => {
open("https://accounts.grida.co/signup");
open(
"https://accounts.grida.co/signup?redirect_uri=figma://"
);
// clear states
setIsLoading(false);
}}
Expand Down

1 comment on commit 30a92f3

@vercel
Copy link

@vercel vercel bot commented on 30a92f3 Aug 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.