This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Konstantinos-Gk
committed
Oct 5, 2023
1 parent
d72c24e
commit 545823d
Showing
12 changed files
with
433 additions
and
3 deletions.
There are no files selected for viewing
404 changes: 404 additions & 0 deletions
404
src/features/pages/deriv-ctrader/browse-our-faq/data.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import React from 'react' | ||
import { ctrader_faq_data } from './data' | ||
import DerivPrimeFaq from 'features/pages/partners/deriv-prime/browse-our-faq/deriv-prime-faq' | ||
import Typography from 'features/components/atoms/typography' | ||
import { Localize } from 'components/localization' | ||
import Container from 'features/components/atoms/container' | ||
|
||
const BrowseOurFaq = () => { | ||
return ( | ||
<Container.Fixed margin_block="20x"> | ||
<Typography.Heading md={{ pt: '40x' }} align="center" as="h2"> | ||
<Localize translate_text="_t_Browse our FAQ_t_" /> | ||
</Typography.Heading> | ||
<DerivPrimeFaq faqs={ctrader_faq_data} /> | ||
</Container.Fixed> | ||
) | ||
} | ||
|
||
export default BrowseOurFaq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/features/pages/partners/deriv-prime/browse-our-faq/types.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.