diff --git a/apps/webapp/app/assets/icons/ConnectionIcons.tsx b/apps/webapp/app/assets/icons/ConnectionIcons.tsx index dc47208cab..beb0e9bab6 100644 --- a/apps/webapp/app/assets/icons/ConnectionIcons.tsx +++ b/apps/webapp/app/assets/icons/ConnectionIcons.tsx @@ -65,6 +65,9 @@ export function CheckingConnectionIcon({ className }: { className?: string }) { d="M18 6.5L6.00001 6.5C5.72387 6.5 5.50001 6.72386 5.50001 7L5.50001 15C5.50001 15.2761 5.72387 15.5 6.00001 15.5L18 15.5C18.2762 15.5 18.5 15.2761 18.5 15V7C18.5 6.72386 18.2762 6.5 18 6.5ZM6.00001 5C4.89545 5 4.00001 5.89543 4.00001 7L4.00001 15C4.00001 16.1046 4.89545 17 6.00001 17L18 17C19.1046 17 20 16.1046 20 15V7C20 5.89543 19.1046 5 18 5L6.00001 5Z" fill="#878C99" /> + + + ); } diff --git a/apps/webapp/app/routes/login._index/route.tsx b/apps/webapp/app/routes/login._index/route.tsx index c81c457691..8511a889eb 100644 --- a/apps/webapp/app/routes/login._index/route.tsx +++ b/apps/webapp/app/routes/login._index/route.tsx @@ -1,7 +1,7 @@ import { EnvelopeIcon } from "@heroicons/react/20/solid"; import type { LoaderFunctionArgs, MetaFunction } from "@remix-run/node"; import { Form } from "@remix-run/react"; -import { GitHubDarkIcon } from "@trigger.dev/companyicons"; +import { GitHubLightIcon } from "@trigger.dev/companyicons"; import { redirect, typedjson, useTypedLoaderData } from "remix-typedjson"; import { LoginPageLayout } from "~/components/LoginPageLayout"; import { Button, LinkButton } from "~/components/primitives/Buttons"; @@ -89,13 +89,13 @@ export default function LoginPage() { fullWidth data-action="continue with github" > - - Continue with GitHub + + Continue with GitHub )} {isLoading ? ( - + ) : ( - + )} {isLoading ? ( - Sending… + Sending… ) : ( - Send a magic link + Send a magic link )} {magicLinkError && {magicLinkError}}