Skip to content

Commit

Permalink
fix: Update figma item text on installation page (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanWallace authored Jul 23, 2024
1 parent 114f517 commit 49ffaec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_data/installation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
vue: 'Vue',
node: 'NodeJS with no Javascript framework',
cdn: 'Plain HTML - CDN',
figma: "I'm a lost designer, looking for Figma",
figma: "Take me to the Figma Design Library",
other: 'None of the above',
},
step2: {
Expand Down Expand Up @@ -109,7 +109,7 @@ module.exports = {
vue: 'Vue',
node: 'NodeJS sans infrastructure JavaScript',
cdn: 'HTML simple — réseau CDN',
figma: 'Je suis un·e concepteur·rice à la recherche de Figma',
figma: 'Dirigez-moi vers la bibliothèque de conception Figma',
other: 'Autre chose',
},
step2: {
Expand Down

0 comments on commit 49ffaec

Please sign in to comment.