Commit dfe96f74 by Arjun Jhukal

made the minimum and maxmimum deposit and withdraw dynamic and also added the…

made the minimum and maxmimum deposit and withdraw dynamic and also added the site visibility control at admin
parent c44a5d25
......@@ -192,7 +192,7 @@ export default function AdminAnalytics() {
</Box>
</div>
<div className="card__content">
<div className="flex gap-2 items-end justify-between mb-2">
<div className="flex flex-wrap-reverse 2xl:flex-nowrap gap-2 items-end justify-between mb-2">
<div className="content flex gap-2 items-center">
<strong className='text-[16px] leading-[120%] font-[600] text-title'>{chart.value}</strong>
<p className={`flex gap-1 items-center ${chart.isIncrease ? "increase" : "decrease"}`}>
......
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