File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ export const LoginPage = () => {
7171 size = "md"
7272 w = { 280 }
7373 to = "/sign-up"
74- loading = { isLoading }
7574 loaderProps = { { color : "black" } }
7675 variant = "default"
7776 >
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ import { Logo } from "../../../components/logo";
2222import { Link } from "react-router" ;
2323import { Particles } from "../components/particles" ;
2424import classes from "./page.module.css" ;
25+ import { installGithubAppUrl } from "../../../providers/github.provider" ;
2526
2627const FAQ_ITEMS = [
2728 {
@@ -31,8 +32,8 @@ const FAQ_ITEMS = [
3132 question : "Does the GitHub app have access to my source code?" ,
3233 answer : (
3334 < >
34- No. Sweetr only ask access to metadata about organization members and
35- their pull requests. You can check the{ " " }
35+ No. Sweetr only asks for access to metadata about organization members
36+ and their pull requests. You can check the{ " " }
3637 < Anchor
3738 href = "https://docs.sweetr.dev/about/data-privacy-and-security"
3839 target = "_blank"
@@ -119,7 +120,7 @@ export const SignUpPage = () => {
119120 fullWidth
120121 size = "md"
121122 w = { 280 }
122- href = "https://github.com/apps/dev-sweetr-dev/installations/new"
123+ href = { installGithubAppUrl }
123124 leftSection = { < IconBrandGithub size = { 16 } /> }
124125 bg = "green.4"
125126 loaderProps = { { color : "black" } }
You can’t perform that action at this time.
0 commit comments