Commit defbb2f4 by Arjun Jhukal

updated the minor changes

parent c9187a4a
......@@ -192,7 +192,7 @@ export default function AdminAnalytics() {
<div className="card__content">
<div className="flex 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>
<strong className='text-[16px] leading-[120%] font-[600] text-title'>{chart.value}</strong>
<p className={`flex gap-1 items-center ${chart.isIncrease ? "increase" : "decrease"}`}>
<span className="arrow w-[18px] h-[18px] rounded-full flex justify-center items-center ">
<ArrowLeft size={12} />
......
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