Skip to content

Commit 30a92f3

Browse files
Merge branch 'main' of https://github.com/gridaco/assistant into main
2 parents 020b7bc + 1f37bfe commit 30a92f3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

app/lib/app.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
33
}
44

5+
/*
6+
If you want to change the font, be sure to check the following!
7+
tippy-1 is `tippyjs' id. it is only for drop item in @code-ui/docstring
8+
*/
9+
#tippy-1 li {
10+
font-family: "Source Code Pro", "Courier New", "Lucida Console", Monaco;
11+
}
12+
513
#create {
614
box-shadow: none;
715
background: #18a0fb;

app/lib/pages/signin/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ function Signin() {
189189
</SignInBtn>
190190
<SignUpBtn
191191
onClick={() => {
192-
open("https://accounts.grida.co/signup");
192+
open(
193+
"https://accounts.grida.co/signup?redirect_uri=figma://"
194+
);
193195
// clear states
194196
setIsLoading(false);
195197
}}

0 commit comments

Comments
 (0)