Skip to content

Commit 7919b3c

Browse files
committed
fix: review comments
1 parent 6a9a95d commit 7919b3c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/src/app/auth/login/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
>

apps/web/src/app/auth/sign-up/page.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import { Logo } from "../../../components/logo";
2222
import { Link } from "react-router";
2323
import { Particles } from "../components/particles";
2424
import classes from "./page.module.css";
25+
import { installGithubAppUrl } from "../../../providers/github.provider";
2526

2627
const 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" }}

0 commit comments

Comments
 (0)