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 Aug 27, 2024
1 parent dc81818 commit 0a994a5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/glyphs/devicons/analyze
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,14 @@ 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': '-',
'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 0a994a5

Please sign in to comment.