Skip to content

Commit 0422232

Browse files
authored
Merge pull request #1851 from IndexCoop/chore/start-trading-rename
chore: Start Trading rename
2 parents 9c3016e + 37d9599 commit 0422232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/leverage/components/trading-view-chart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function TradingViewChart() {
2626
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]'
2727
onClick={() => open({ view: 'Connect' })}
2828
>
29-
Connect Wallet
29+
Start Trading
3030
</Button>
3131
</div>
3232
)}

0 commit comments

Comments
 (0)