You've already forked simple-icons
mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-10-30 23:07:47 +02:00
Workaround for icons in table (#8158)
* Workaround for icons in table * Fix pattern of module URL
This commit is contained in:
@@ -195,7 +195,7 @@ export const getThirdPartyExtensions = async (readmePath) =>
|
||||
return {
|
||||
module: {
|
||||
name: /\[(.+)\]/.exec(module)[1],
|
||||
url: /\((.+)\)/.exec(module.split('</picture>')[1])[1],
|
||||
url: /\((.+)\)/.exec(module.split('<picture>')[0])[1],
|
||||
},
|
||||
author: {
|
||||
name: /\[(.+)\]/.exec(author)[1],
|
||||
|
||||
Reference in New Issue
Block a user