File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<p align =" center " >
4
4
<br />
5
- <a href =" https://authjs.dev " target =" _blank " ><img width =" 150px " src =" https://authjs.dev/img/logo/logo -sm.png " /></a >
5
+ <a href =" https://authjs.dev " target =" _blank " ><img width =" 150px " src =" https://authjs.dev/img/logo-sm.png " /></a >
6
6
<h3 align =" center " >NextAuth.js Example App</h3 >
7
7
<p align =" center " >
8
8
Open Source. Full Stack. Own Your Data.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import type { NextAuthConfig } from "next-auth"
31
31
32
32
export const config = {
33
33
theme : {
34
- logo : "https://next-auth.js.org/img/logo/logo -sm.png" ,
34
+ logo : "https://next-auth.js.org/img/logo-sm.png" ,
35
35
} ,
36
36
providers : [
37
37
Apple ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function Footer() {
17
17
< div className = "flex gap-2 justify-start items-center" >
18
18
< img
19
19
className = "size-5"
20
- src = "https://authjs.dev/img/logo/logo -sm.webp "
20
+ src = "https://authjs.dev/img/logo-sm.png "
21
21
alt = "Auth.js Logo"
22
22
/>
23
23
< CustomLink href = "https://npmjs.org/package/next-auth" >
You can’t perform that action at this time.
0 commit comments