Commit 107c2e3d by Arjun Jhukal

updated the minor changes

parent 6fdca58c
...@@ -24,6 +24,12 @@ const nextConfig: NextConfig = { ...@@ -24,6 +24,12 @@ const nextConfig: NextConfig = {
}, },
{ {
protocol: 'https', protocol: 'https',
hostname: 'app.getfirekirin.com',
port: '',
pathname: '/assets/**',
},
{
protocol: 'https',
hostname: 'dev.getfirekirin.com', hostname: 'dev.getfirekirin.com',
port: '', port: '',
pathname: '/storage/**', pathname: '/storage/**',
......
...@@ -182,7 +182,7 @@ export default function WithdrawlModal({ ...@@ -182,7 +182,7 @@ export default function WithdrawlModal({
onClick={() => handleTypeChange(option?.destination_token)} onClick={() => handleTypeChange(option?.destination_token)}
> >
<span className="text-[12px] flex items-center justify-start gap-2 max-w-[80%] text-start"> <span className="text-[12px] flex items-center justify-start gap-2 max-w-[80%] text-start">
{option.thumbnail_url ? <Image src={option?.thumbnail_url} alt={option?.name} className="w-6 h-6 object-contain" /> : <BitcoinRefresh />} {option.thumbnail_url ? <Image src={option?.thumbnail_url} alt={option?.name} width={120} height={40} className="object-contain max-w-16" /> : <BitcoinRefresh />}
<span> <span>
{option?.name} {option?.name}
<span className="text-[#FBA027] text-[12px] block">(Fee ${option.fee})</span> <span className="text-[#FBA027] text-[12px] block">(Fee ${option.fee})</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment