🛠️ Move Auth.js logo to avoid conflicts

This commit is contained in:
jaycodev
2025-10-09 07:18:18 -05:00
parent b84f366d12
commit 6cb0169d8f
+6 -6
View File
@@ -1053,6 +1053,12 @@ export const svgs: iSVG[] = [
route: "/library/auth0.svg",
url: "https://auth0.com/",
},
{
title: "Auth.js",
category: "Authentication",
route: "/library/authjs.svg",
url: "https://authjs.dev",
},
{
title: "Fresh",
category: "Framework",
@@ -4086,10 +4092,4 @@ export const svgs: iSVG[] = [
},
url: "https://www.sanity.io/",
},
{
title: "Auth.js",
category: "Authentication",
route: "/library/authjs.svg",
url: "https://authjs.dev",
},
];