Skip to content

Commit 00e2fbb

Browse files
committed
⚡ improvement: adjustments and cleanup for new icons
1 parent 5561dbb commit 00e2fbb

7 files changed

Lines changed: 11 additions & 12 deletions

File tree

icons/doctrine.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/framer.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

icons/shopware.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/symfony-dark.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/symfony-light.svg

Lines changed: 1 addition & 1 deletion
Loading

lib/icons/index.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/iconsData.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ export const iconsData: IconDataType[] = [
602602
id: "doctrine",
603603
name: "Doctrine",
604604
path: "icons/doctrine.svg",
605-
categories: ["Others"],
606-
keywords: ["php",],
605+
categories: ["Backend", "Database"],
606+
keywords: ["php", "library", "open source"],
607607
url: "https://doctrine-project.org",
608608
},
609609
{
@@ -798,7 +798,7 @@ export const iconsData: IconDataType[] = [
798798
keywords: ["flyio", "hosting", "cloud"],
799799
url: "https://fly.io",
800800
},
801-
{
801+
{
802802
id: "framer-dark",
803803
name: "Framer-Dark",
804804
path: "icons/framer-dark.svg",
@@ -2044,13 +2044,13 @@ export const iconsData: IconDataType[] = [
20442044
keywords: ["shadcnui"],
20452045
url: "https://ui.shadcn.com/",
20462046
},
2047-
{
2047+
{
20482048
id: "shopware",
20492049
name: "Shopware",
20502050
path: "icons/shopware.svg",
20512051
categories: ["Others"],
2052-
keywords: ["shopware", "ecommerce", "platform"],
2053-
url: "https://shopware.com/",
2052+
keywords: ["shopware", "ecommerce", "platform", "headless", "open source"],
2053+
url: "https://github.com/shopware/shopware",
20542054
},
20552055
{
20562056
id: "sketch",

0 commit comments

Comments
 (0)