Skip to content

Commit

Permalink
fixup! fix: rich text content of translations
Browse files Browse the repository at this point in the history
  • Loading branch information
fpasquet committed Jan 19, 2024
1 parent b0f6611 commit 688799f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node": ">= 20.0"
},
"dependencies": {
"@eleven-labs/design-system": "^0.23.0",
"@eleven-labs/design-system": "^0.24.0",
"@remix-run/router": "^1.7.2",
"algoliasearch": "^4.19.1",
"classnames": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/downloadTranslationsHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ export const downloadTranslations = async (): Promise<void> => {
);
}

console.log('🦖 The translations have been uploaded');
console.log('🦖 The translations have been downloaded');
};
1 change: 0 additions & 1 deletion src/hooks/useContactCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const useContactCard = (): ContactCardProps => {

return {
title: <TransWithHtml i18nKey="common.contact_card.title" onlyLineBreak />,
subtitle: <TransWithHtml i18nKey="common.contact_card.subtitle" onlyLineBreak />,
description: <TransWithHtml i18nKey="common.contact_card.description" />,
link: {
label: t('common.contact_card.link_label'),
Expand Down

0 comments on commit 688799f

Please sign in to comment.