diff --git a/components/Credit/index.tsx b/components/Credit/index.tsx index 66d8e16f3..1f004c0b1 100644 --- a/components/Credit/index.tsx +++ b/components/Credit/index.tsx @@ -79,7 +79,7 @@ export const APPS = [ // link: '', // steps: [], // }, -] as const satisfies { +] as const satisfies readonly { name: string; imgURL: string; link: `https://${string}`;