Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Templarian committed Sep 15, 2023
1 parent e4fcfdd commit 723125f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ module.exports = {
gridSize: 24,
id: 'mdi',
image: 'images/libraries/mdi.svg',
name: 'Material Design Icons',
jsPackage: '@mdi/js',
name: 'Material Design Icons',
package: '@mdi/svg',
packageId: '38EF63D0-4744-11E4-B3CF-842B2B6CFE1B',
shortName: 'MDI',
Expand All @@ -94,8 +94,8 @@ module.exports = {
gridSize: 24,
id: 'mdil',
image: 'images/libraries/mdil.svg',
name: 'Material Design Icons Light',
jsPackage: '@mdi/light-js',
name: 'Material Design Icons Light',
package: '@mdi/light-svg',
packageId: '531A9B44-1962-11E5-89CC-842B2B6CFE1B',
shortName: 'MDI Light',
Expand All @@ -108,8 +108,8 @@ module.exports = {
gridSize: 22,
id: 'memory',
image: 'images/libraries/memory.svg',
name: 'Memory Icons',
jsPackage: '@pictogrammers/memory',
name: 'Memory Icons',
package: '@pictogrammers/memory-svg',
packageId: '2764ae46-20c1-11ed-8ca4-1209440c2141',
shortName: 'Memory',
Expand Down

0 comments on commit 723125f

Please sign in to comment.