diff --git a/.github/workflows/broken-link-checker.yaml b/.github/workflows/broken-link-checker.yaml index 03db2e4..af7f880 100644 --- a/.github/workflows/broken-link-checker.yaml +++ b/.github/workflows/broken-link-checker.yaml @@ -24,7 +24,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1 with: - args: --no-progress '.github/output.md' --exclude-mail --exclude 'https://pixabay.com/*' --exclude 'https://www.pexels.com/*' --exclude 'https://svgl.vercel.app/' --exclude "https://help.videvo.net/*" --exclude 'https://remixicon.com/license' --exclude 'flaticon.com/*' --exclude 'https://www.artstation.com/' --exclude 'https://archetypeapp.com' --exclude 'https://github.com/chakra-ui/ark/*' + args: --no-progress '.github/output.md' --exclude-mail --exclude 'https://pixabay.com/*' --exclude 'https://www.pexels.com/*' --exclude 'https://svgl.vercel.app/' --exclude "https://help.videvo.net/*" --exclude 'https://remixicon.com/license' --exclude 'flaticon.com/*' --exclude 'https://www.artstation.com/' --exclude 'https://archetypeapp.com' --exclude 'https://github.com/chakra-ui/ark/*' --exclude 'https://medium.com' - name: Create Issue From File if: env.lychee_exit_code != 0 diff --git a/source-web/src/assets/db/icons.json b/source-web/src/assets/db/icons.json index 8fa2d48..934e3ca 100644 --- a/source-web/src/assets/db/icons.json +++ b/source-web/src/assets/db/icons.json @@ -304,12 +304,13 @@ }, { "id": 33, - "name": "Mono Icons", - "link": "https://icons.mono.company/", - "img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/icons/monoicons", - "license": "MIT", - "licenseLink": "https://github.com/mono-company/mono-icons/blob/master/LICENSE.md", - "order": 40 + "order": 78, + "name": "Mage Icons", + "link": "https://mageicons.com/", + "img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/icons/mageicons", + "license": "Apache 2.0", + "licenseLink": "https://github.com/Mage-Icons/mage-icons/blob/main/License.txt", + "tags": ["Package"] }, { "id": 34, @@ -589,15 +590,5 @@ "license": "Freemium", "licenseLink": "https://iconscout.com/pricing", "tags": ["Package"] - }, - { - "id": 63, - "order": 78, - "name": "Mage Icons", - "link": "https://mageicons.com/", - "img": "https://res.cloudinary.com/cosmocloudinary/image/upload/freesets/icons/mageicons", - "license": "Apache 2.0", - "licenseLink": "https://github.com/Mage-Icons/mage-icons/blob/main/License.txt", - "tags": ["Package"] } ]