diff --git a/packages/tradershub/src/AppContent.tsx b/packages/tradershub/src/AppContent.tsx index e30d09414f44..c49a82103590 100644 --- a/packages/tradershub/src/AppContent.tsx +++ b/packages/tradershub/src/AppContent.tsx @@ -1,6 +1,10 @@ import React from 'react'; import { Router } from './routes'; -const AppContent = () => ; +const AppContent = () => ( +
+ +
+); export default AppContent; diff --git a/packages/tradershub/src/routes/TradersHubRoute/TradersHubRoute.tsx b/packages/tradershub/src/routes/TradersHubRoute/TradersHubRoute.tsx index 482e6a898dd2..97bdfbf70dec 100644 --- a/packages/tradershub/src/routes/TradersHubRoute/TradersHubRoute.tsx +++ b/packages/tradershub/src/routes/TradersHubRoute/TradersHubRoute.tsx @@ -2,78 +2,76 @@ import React from 'react'; import { Button, Heading, Text } from '@deriv/quill-design'; const TradersHubRoute: React.FC = () => ( -
-
- {/* Header */} -
- Trader's Hub -
- Total Assets - 10,000.00 USD -
+
+ {/* Header */} +
+ Trader's Hub +
+ Total assets + 10,000.00 USD
- {/* Deriv Apps */} -
-
- Options & multipliers - - Earn a range of payouts by correctly predicting market price movements with{' '} - options or - get the upside of CFDs without risking more than your initial stake with{' '} - multipliers. - -
-
-
-
-
-
-
-
+
+ {/* Deriv Apps */} +
+
+ Options & multipliers + + Earn a range of payouts by correctly predicting market price movements with{' '} + options or get + the upside of CFDs without risking more than your initial stake with{' '} + multipliers. + +
+
+
+
+
+
+
+
+
+
+ {/* CFD Apps */} +
+
+
+ CFDs +
+ + Trade with leverage and tight spreads for better returns on trades.{' '} + Learn more +
- {/* CFD Apps */} -
-
-
- CFDs - -
- - Trade with leverage and tight spreads for better returns on trades.{' '} - Learn more +
+
+ + Deriv MT5 -
-
-
- - Deriv MT5 - -
-
-
-
-
+
+
+
+
-
- - Deriv cTrader - -
-
-
+
+
+ + Deriv cTrader + +
+
-
- - Other CFDs - -
-
-
-
-
+
+
+ + Other CFDs + +
+
+
+
diff --git a/packages/tradershub/tailwind.config.js b/packages/tradershub/tailwind.config.js index 9983b91a4d8c..f81fd257c6f9 100644 --- a/packages/tradershub/tailwind.config.js +++ b/packages/tradershub/tailwind.config.js @@ -69,6 +69,9 @@ module.exports = { }, }, }, + fontFamily: { + sans: ['IBM Plex Sans', 'sans-serif'], + }, }, }, };