Skip to content

Commit

Permalink
Devicons: Remove compatibility entries from mapping rewrite rules
Browse files Browse the repository at this point in the history
[why]
Some entries are only needed to adapt the Vorillaz Devicons to the
Devicons Devicon. After the mapping file has been adapted we can remove
them to clean up for coming updates.

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Sep 6, 2024
1 parent e2d91c0 commit 1236197
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/glyphs/devicons/analyze
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,15 @@ def filename_from_name(filename):
'djangorest': 'djangorest/djangorest-plain-wordmark.svg',
'dotnet': 'dot-net',
'ghost': 'ghost/ghost-original-wordmark.svg',
'ghost_small': 'ghost',
'github': '-',
'github_alt': '-',
'github_badge': 'github',
'github_full': 'github/github-original-wordmark.svg',
'go': 'go/go-line.svg',
'grunt': 'grunt/grunt-line.svg',
'ie': 'ie10',
'javascript_badge': 'javascript',
#'javascript_badge': 'javascript',
'jenkins': 'jenkins/jenkins-line.svg',
'krakenjs': '-',
'krakenjs_badge': 'krakenjs',
'meteorfull': 'meteor/meteor-plain-wordmark.svg',
'nodejs': 'nodejs/nodejs-plain-wordmark.svg',
'nodejs_small': 'nodejs',
'raspberry_pi': 'raspberrypi',
'symfony': '-',
'symfony_badge': 'symfony',
'windows': 'windows8',
}.get(filename, filename)

Expand Down

0 comments on commit 1236197

Please sign in to comment.