From 5ad6a57feda18f0afebd3773bf6ee7bb36f05a91 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 13 Sep 2022 13:51:08 +0900 Subject: [PATCH] Change icon format png to svg --- src/technologies/n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index e206bc0c0..9f931353e 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -592,7 +592,7 @@ ], "description": "NextUI allows you to make beautiful, modern, and fast websites/applications regardless of your design experience, created with React.js and Stitches, based on React Aria and inspired by Vuesax.", "css": "--nextui-(?:colors-accents1|colors-text|space-0|fonts-sans|fonts-mono)", - "icon": "NextUI.png", + "icon": "NextUI.svg", "implies": [ "React", "Stitches"