Skip to content

Commit

Permalink
Override faq input placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrymec committed Mar 16, 2024
1 parent 8e1f4d4 commit 529faa0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/common/i18n/french.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const french = {
tr71: "Visitez qu'en même",
tr72: "Déplier",
tr73: "Plier",
tr74: "Comment pouvons-nous vous aidez ?",
tr74: "Bésoin d'aide ?",
tr75: "Apprendre plus sur l'application Open Transfer.",
tr76: "En lire plus",
tr77: `
Expand Down
1 change: 1 addition & 0 deletions src/home/components/faqs/_faqs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ div.faqs-qst-deployed {
div.faqs-full-qst {
grid-template-columns: 1fr 1fr;
align-items: start;
overflow-x: hidden;
display: grid;
gap: 32px;
// From 670 to 592.
Expand Down

0 comments on commit 529faa0

Please sign in to comment.