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() {
17
17
console . log ( 'authbutton' , JSON . stringify ( user ) ) ;
18
18
return (
19
19
< >
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" } } >
21
21
{ authImage }
22
22
</ RemixLink >
23
23
</ >
Original file line number Diff line number Diff line change 1
1
import { LoaderFunctionArgs } from "@remix-run/node" ;
2
2
import { Link as RemixLink , useLoaderData } from "@remix-run/react" ;
3
- import { PiGithubLogoBold } from "react-icons/pi" ;
4
3
import { authenticator } from "~/services/auth.server" ;
5
4
6
5
export async function loader ( { request } : LoaderFunctionArgs ) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments