From 82004d824c97c1a380dbb4feb0dc0b08eb69ef7b Mon Sep 17 00:00:00 2001 From: sebipap Date: Mon, 30 Oct 2023 17:40:01 -0300 Subject: [PATCH] fix --- components/Credit/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`;