Fix issue with shell icon (#727)

This commit is contained in:
Serhii Londar 2021-10-31 01:40:54 +03:00 committed by GitHub
parent a69d77aeed
commit 2e519edcbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/main.swift vendored
View file

@ -47,6 +47,7 @@ You can see in which language an app is written. Currently there are following l
- ![python_icon] - Python language. - ![python_icon] - Python language.
- ![ruby_icon] - Ruby language. - ![ruby_icon] - Ruby language.
- ![rust_icon] - Rust language. - ![rust_icon] - Rust language.
- ![shell_icon] - Shell language.
- ![swift_icon] - Swift language. - ![swift_icon] - Swift language.
- ![type_script_icon] - TypeScript language. - ![type_script_icon] - TypeScript language.
@ -129,6 +130,7 @@ Thanks to all the people who contribute:
[python_icon]: ./icons/python-16.png 'Python language.' [python_icon]: ./icons/python-16.png 'Python language.'
[ruby_icon]: ./icons/ruby-16.png 'Ruby language.' [ruby_icon]: ./icons/ruby-16.png 'Ruby language.'
[rust_icon]: ./icons/rust-16.png 'Rust language.' [rust_icon]: ./icons/rust-16.png 'Rust language.'
[shell_icon]: ./icons/shell-16.png 'Shell language.'
[swift_icon]: ./icons/swift-16.png 'Swift language.' [swift_icon]: ./icons/swift-16.png 'Swift language.'
[type_script_icon]: ./icons/typescript-16.png 'TypeScript language.' [type_script_icon]: ./icons/typescript-16.png 'TypeScript language.'
""" """