We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c3016e + 37d9599 commit 0422232Copy full SHA for 0422232
src/app/leverage/components/trading-view-chart.tsx
@@ -26,7 +26,7 @@ export function TradingViewChart() {
26
className='bg-ic-blue-500 dark:bg-ic-blue-300 dark:hover:bg-ic-blue-200 hover:bg-ic-blue-500/90 text-ic-gray-50 dark:text-ic-black block rounded-md px-8 py-1 text-sm font-medium shadow-sm transition-all duration-300 hover:scale-[1.04]'
27
onClick={() => open({ view: 'Connect' })}
28
>
29
- Connect Wallet
+ Start Trading
30
</Button>
31
</div>
32
)}
0 commit comments