Skip to content

Commit

Permalink
Merge pull request #456 from atleugim/fix/logos-url
Browse files Browse the repository at this point in the history
✅ Update SVG URLs for Adobe products and other resources
  • Loading branch information
pheralb authored Jan 19, 2025
2 parents c14db1f + d33d072 commit de7a3e3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const svgs: iSVG[] = [
title: 'Animate',
category: ['Software', 'Design'],
route: '/library/animate.svg',
url: 'https://www.adobe.com/products/animate.html'
url: 'https://www.adobe.com/products/animate'
},
{
title: 'Blender',
Expand Down Expand Up @@ -1623,49 +1623,49 @@ export const svgs: iSVG[] = [
title: 'Adobe',
category: 'Design',
route: '/library/adobe.svg',
url: 'https://x.com'
url: 'https://www.adobe.com/'
},
{
title: 'After Effects',
category: 'Design',
route: '/library/after-effects.svg',
url: 'https://x.com'
url: 'https://www.adobe.com/products/aftereffects'
},
{
title: 'Canva',
category: 'Design',
route: '/library/canva.svg',
url: 'https://x.com'
url: 'https://www.canva.com/'
},
{
title: 'Illustrator',
category: 'Design',
route: '/library/illustrator.svg',
url: 'https://x.com'
url: 'https://www.adobe.com/products/illustrator'
},
{
title: 'InDesign',
category: 'Design',
route: '/library/indesign.svg',
url: 'https://x.com'
url: 'https://www.adobe.com/products/indesign'
},
{
title: 'Lightroom',
category: 'Design',
route: '/library/lightroom.svg',
url: 'https://x.com'
url: 'https://www.adobe.com/products/photoshop-lightroom'
},
{
title: 'Photoshop',
category: 'Design',
route: '/library/photoshop.svg',
url: 'https://x.com'
url: 'https://www.adobe.com/products/photoshop'
},
{
title: 'Premiere',
category: 'Design',
route: '/library/premiere.svg',
url: 'https://www.adobe.com/es/products/premiere'
url: 'https://www.adobe.com/products/premiere'
},
{
title: 'VK',
Expand Down Expand Up @@ -1911,7 +1911,7 @@ export const svgs: iSVG[] = [
title: 'Fortran',
category: 'Language',
route: '/library/fortran.svg',
url: 'https://en.wikipedia.org/wiki/Fortran'
url: 'https://fortran-lang.org/'
},
{
title: 'Haskell',
Expand Down Expand Up @@ -2054,7 +2054,7 @@ export const svgs: iSVG[] = [
title: 'XD',
category: 'Design',
route: '/library/adobe-xd.svg',
url: 'https://helpx.adobe.com/xd/get-started.html'
url: 'https://www.adobe.com/products/xd'
},
{
title: 'Axure',
Expand Down Expand Up @@ -2596,7 +2596,7 @@ export const svgs: iSVG[] = [
title: 'OBS',
category: 'Software',
route: '/library/obs.svg',
url: 'Website'
url: 'https://obsproject.com/'
},
{
title: 'Stack Overflow',
Expand Down

0 comments on commit de7a3e3

Please sign in to comment.