diff --git a/app/about/page.tsx b/app/about/page.tsx index c00a7c1..c841cfa 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -14,11 +14,11 @@ import { // URLs d’icônes Lordicon const icons = { - simplicity: "https://cdn.lordicon.com/tsrgicte.json", // simplicité - shield: "https://cdn.lordicon.com/sjoccsdj.json", // sécurité - community: "https://cdn.lordicon.com/ubpgwkmy.json", // communauté / open source - github: "https://cdn.lordicon.com/jjxzcivr.json", // GitHub - discord: "https://cdn.lordicon.com/zvnxzuwv.json", // Discord + simplicity: "https://cdn.lordicon.com/tsrgicte.json", + shield: "https://cdn.lordicon.com/sjoccsdj.json", + community: "https://cdn.lordicon.com/ubpgwkmy.json", + github: "https://cdn.lordicon.com/jjxzcivr.json", + discord: "https://cdn.lordicon.com/zvnxzuwv.json", }; // Wrapper pour Lordicon diff --git a/app/api/user-pastes/route.ts b/app/api/user-pastes/route.ts index a4a843f..ae1815d 100644 --- a/app/api/user-pastes/route.ts +++ b/app/api/user-pastes/route.ts @@ -42,4 +42,4 @@ export async function GET(req: Request) { ]); return NextResponse.json({ pastes, total }); -} +} \ No newline at end of file