Skip to content

Commit

Permalink
✨ Add design category
Browse files Browse the repository at this point in the history
  • Loading branch information
monoald committed Nov 17, 2023
1 parent 10fa885 commit ad54bbb
Show file tree
Hide file tree
Showing 11 changed files with 189 additions and 3 deletions.
58 changes: 57 additions & 1 deletion src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const svgs: iSVG[] = [
{
id: 13,
title: 'Figma',
category: 'Software',
category: 'Design',
route: '/library/figma.svg',
url: 'https://www.figma.com/'
},
Expand Down Expand Up @@ -1505,5 +1505,61 @@ export const svgs: iSVG[] = [
category: 'Social',
route: '/library/x.svg',
url: 'https://x.com'
},
{
id: 216,
title: 'Adobe',
category: 'Design',
route: '/library/adobe.svg',
url: 'https://x.com'
},
{
id: 217,
title: 'After Effects',
category: 'Design',
route: '/library/after-effects.svg',
url: 'https://x.com'
},
{
id: 218,
title: 'Canva',
category: 'Design',
route: '/library/canva.svg',
url: 'https://x.com'
},
{
id: 219,
title: 'Illustrator',
category: 'Design',
route: '/library/illustrator.svg',
url: 'https://x.com'
},
{
id: 220,
title: 'InDesign',
category: 'Design',
route: '/library/indesign.svg',
url: 'https://x.com'
},
{
id: 221,
title: 'Lightroom',
category: 'Design',
route: '/library/lightroom.svg',
url: 'https://x.com'
},
{
id: 222,
title: 'Photoshop',
category: 'Design',
route: '/library/photoshop.svg',
url: 'https://x.com'
},
{
id: 223,
title: 'Premiere',
category: 'Design',
route: '/library/premiere.svg',
url: 'https://x.com'
}
];
3 changes: 2 additions & 1 deletion src/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export type tCategory =
| 'Entertainment'
| 'Browser'
| 'Language'
| 'Education';
| 'Education'
| 'Design';
12 changes: 12 additions & 0 deletions static/library/adobe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/library/after-effects.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions static/library/canva.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion static/library/figma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/library/illustrator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/library/indesign.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions static/library/lightroom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ad54bbb

Please sign in to comment.