Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IxiAngel committed Nov 6, 2024
1 parent b6d8d55 commit a4f2447
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"accordion1": {
"title": "Security as a foundation, not an after-thought",
"subtitle": "Security aspects of an application or a service most of the times come as an after-thought and are too often sacrificed for other functionality due to tight deadlines and small budgets. IXI Labs designs all products with necessary security principles from the start.",
"subtitle2": "<br/><br/>We use the same cryptographic and other security methods as used in our decentralised platform, currently relied on by tens of thousands of users for secure communication and transferring value in the form of tokens."
"subtitle2": "We use the same cryptographic and other security methods as used in our decentralised platform, currently relied on by tens of thousands of users for secure communication and transferring value in the form of tokens."
},
"accordion2": {
"title": "Increased Reliability",
Expand All @@ -68,7 +68,7 @@
},
"card3": {
"title": "Secure Communication Protocols",
"subtitle": "Our solutions enable secure communications out-of-the-box, while our cryptographic methods ensure that your data remains secure, regardless of the underlying transport layer."
"subtitle": "Our solutions enable secure device discovery and communications out-of-the-box, while our cryptographic methods ensure that your data remains secure, regardless of the underlying transport layer."
}
}
},
Expand Down
1 change: 0 additions & 1 deletion src/app/Components/LatestProjects/LatestProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const LatestProjects = () => {
</Text>
<Text type={'body-03'}>{t('cards.card3.subtitle')}</Text>
<Text type={'subtitle-03'}>{t('cards.card3.additional')}</Text>
<Text type={'link'}>{t('cards.card3.additional')}</Text>
</div>
</div>
<LetsBuildFloater />
Expand Down
3 changes: 2 additions & 1 deletion src/app/Components/SolvingAccordion/SolvingAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ const SolvingAccordion = () => {
transitionTimeout={250}
>
<AccordionItem initialEntered header={t('accordion1.title')}>
<Text type={'body-02'}>{t('accordion1.subtitle')}</Text>
<Text type={'body-02'}>{t('accordion1.subtitle')}</Text><br/>
<br/>
<Text type={'body-02'}>{t('accordion1.subtitle2')}</Text>
</AccordionItem>
<AccordionItem header={t('accordion2.title')}>
Expand Down

0 comments on commit a4f2447

Please sign in to comment.