Skip to content

Commit

Permalink
fix typo, add material as artist for new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
eburdekin committed Nov 19, 2024
1 parent f338884 commit 605b609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions products/statement-generator/src/pages/Credits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const CreditObjects: CreditsObject[] = [
iconColor: '#0AEBA0',
class: 3,
usedIn: 'Advice Page and Letter Generator',
artist: 'N/A',
artist: 'Material Design',
providerLink: 'https://pictogrammers.com/library/mdi/',
provider: 'Pictogrammers',
altText: 'Correct',
Expand Down Expand Up @@ -392,7 +392,7 @@ export const CreditObjects: CreditsObject[] = [
iconColor: '#E87461',
class: 3,
usedIn: 'Advice Page',
artist: 'N/A',
artist: 'Material Design',
providerLink: 'https://pictogrammers.com/library/mdi/',
provider: 'Pictogrammers',
altText: 'Not correct',
Expand Down Expand Up @@ -530,7 +530,7 @@ export const CreditObjects: CreditsObject[] = [
class: 2,
imgSize: 200,
usedIn: 'FAQ',
artist: 'M/A',
artist: 'N/A',
provider: 'Freepik',
providerLink:
'https://www.freepik.com/free-vector/characters-people-chatting-through-smartphones_3226068.htm#query=people%20chatting&position=11&from_view=search&track=ais#position=11&query=people%20chatting',
Expand Down

0 comments on commit 605b609

Please sign in to comment.