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.
1 parent fc7b0a3 commit 1897820Copy full SHA for 1897820
src/app/leverage/components/trading-view-chart.tsx
@@ -41,7 +41,7 @@ export function TradingViewChart({ indexToken }: Props) {
41
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]'
42
onClick={() => open({ view: 'Connect' })}
43
>
44
- Connect
+ Connect Wallet
45
</Button>
46
</div>
47
)}
0 commit comments