Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Fasih/WEBREL-2524/Fix text alignment for trading specification page (#…
Browse files Browse the repository at this point in the history
…7096)

* fix: fix text alignment for trading specification page

* fix: removed unused code

* empty: 🚀 to redeploy and trigger build

---------

Co-authored-by: fasihali-deriv <[email protected]>
  • Loading branch information
fasihali-deriv and fasihali-deriv authored Feb 19, 2024
1 parent e58e58d commit d4f9891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ type TextProps = {

const StyledText = styled(Header)<TextProps>`
text-wrap: ${(props) => props.textWrap};
text-align: center;
`
const available_on: TString = '_t_Available on_t_'
const deriv_mt5 = 'Deriv MT5'
const deriv_x = 'Deriv X'

Expand Down

0 comments on commit d4f9891

Please sign in to comment.