feat: merchant specific fees, TRON & BTC support, coin logos, and bug fixes
This commit is contained in:
@@ -85,18 +85,15 @@ export default function MerchantLoginPage() {
|
||||
</div>
|
||||
|
||||
<div className="text-center pt-4 space-y-4">
|
||||
<button
|
||||
onClick={() => router.push('/merchant/register')}
|
||||
className="text-[10px] font-black text-blue-600 underline uppercase tracking-widest hover:text-blue-800 transition block w-full"
|
||||
>
|
||||
Henüz bir hesabınız yok mu? Şimdi Katılın
|
||||
</button>
|
||||
<button
|
||||
onClick={() => router.push('/')}
|
||||
className="text-[10px] font-black text-gray-400 uppercase tracking-widest hover:text-gray-900 transition"
|
||||
>
|
||||
Ana Sayfaya Dön
|
||||
</button>
|
||||
<p className="text-[10px] text-gray-300 font-bold uppercase tracking-widest block w-full">
|
||||
Başvuru için satış ekibiyle iletişime geçin
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user