5 Commits

Author SHA1 Message Date
Pablo Hdez c6861a3c8d Merge pull request #726 from SebConejo/main
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled
Add Manifest logo
2025-08-06 22:41:29 +01:00
Pablo Hdez 3013e53898 Merge pull request #728 from disintegrator/patch-1
chore: add payment tag to polar
2025-08-06 22:40:39 +01:00
Georges Haidar 6a2298039c chore: add payment tag to polar
Polar is a payment infrastructure company so it seemed appropriate to tag them `Payment`
2025-08-06 11:57:01 +01:00
Sébastien Conejo ce06f7293d Reduce image size to 16KO 2025-08-06 09:44:27 +02:00
Sébastien Conejo 4e3e3e32c5 Add Manifest logo 2025-08-06 09:26:05 +02:00
2 changed files with 9 additions and 1 deletions
+8 -1
View File
@@ -2860,6 +2860,13 @@ export const svgs: iSVG[] = [
route: '/library/microsoft-todo.svg',
url: 'https://to-do.office.com/'
},
{
title: 'Manifest',
category: ['Software', 'AI', 'Database'],
route: '/library/manifest.svg',
url: 'https://manifest.build',
brandUrl: 'https://manifest.build/brand-assets'
},
{
title: 'Supabase',
category: 'Database',
@@ -3212,7 +3219,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'
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB