From 6a2298039c7d3ed2414601ce28870b5c9b411f32 Mon Sep 17 00:00:00 2001 From: Georges Haidar Date: Wed, 6 Aug 2025 11:57:01 +0100 Subject: [PATCH] chore: add payment tag to polar Polar is a payment infrastructure company so it seemed appropriate to tag them `Payment` --- 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 5c51dd0..d81f883 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3212,7 +3212,7 @@ export const svgs: iSVG[] = [ }, { title: 'Polar', - category: 'Software', + category: ['Software', 'Payment'], route: { light: '/library/polar-sh_light.svg', dark: '/library/polar-sh_dark.svg'