From 1c25d4411eea8a186d3774e1163f15601ec6caf4 Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Sun, 12 Jan 2025 20:56:52 -0800 Subject: [PATCH] put config first --- src/data/svgs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e9be22d..a19ec67 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3196,7 +3196,7 @@ export const svgs: iSVG[] = [ }, { title: 'dotenv', - category: ['Devtool', 'Config', 'Library'], + category: ['Config', 'Library', 'Devtool'], route: '/library/dotenv.svg', url: 'https://github.com/motdotla/dotenv' }