From 7afcf19b963c21d288089d2134deb2e24255b07f Mon Sep 17 00:00:00 2001 From: Mehdi Dara Date: Thu, 28 Dec 2023 12:38:53 +0330 Subject: [PATCH] + Fixed the Pycharm title from "Raycast" --- 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 610c9fb..e5ae18d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1901,7 +1901,7 @@ export const svgs: iSVG[] = [ url: 'https://monkeytype.com/' }, { - title: 'Raycast', + title: 'PyCharm', category: 'Software', route: '/library/pycharm.svg', url: 'https://www.jetbrains.com/pycharm/'