Skip to content

Commit a011108

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 01c57b9 commit a011108

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
<p align="center">
44
<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>
66
<h3 align="center">NextAuth.js Example App</h3>
77
<p align="center">
88
Open Source. Full Stack. Own Your Data.

auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import type { NextAuthConfig } from "next-auth"
3131

3232
export const config = {
3333
theme: {
34-
logo: "https://next-auth.js.org/img/logo/logo-sm.png",
34+
logo: "https://next-auth.js.org/img/logo-sm.png",
3535
},
3636
providers: [
3737
Apple,

components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
<div className="flex gap-2 justify-start items-center">
1818
<img
1919
className="size-5"
20-
src="https://authjs.dev/img/logo/logo-sm.webp"
20+
src="https://authjs.dev/img/logo-sm.png"
2121
alt="Auth.js Logo"
2222
/>
2323
<CustomLink href="https://npmjs.org/package/next-auth">

0 commit comments

Comments
 (0)