File tree Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export function AuthButton() {
1717 console . log ( 'authbutton' , JSON . stringify ( user ) ) ;
1818 return (
1919 < >
20- < RemixLink className = "d-none d-sm-inline text-dark " to = "/auth/" style = { { "fontSize" : "1.75rem" } } >
20+ < RemixLink className = "d-none d-sm-inline text-body-emphasis " to = "/auth/" style = { { "fontSize" : "1.75rem" } } >
2121 { authImage }
2222 </ RemixLink >
2323 </ >
Original file line number Diff line number Diff line change 11import { LoaderFunctionArgs } from "@remix-run/node" ;
22import { Link as RemixLink , useLoaderData } from "@remix-run/react" ;
3- import { PiGithubLogoBold } from "react-icons/pi" ;
43import { authenticator } from "~/services/auth.server" ;
54
65export async function loader ( { request } : LoaderFunctionArgs ) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments