mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-316): Fix header markup and comment out UniformityStat
This commit is contained in:
@@ -84,13 +84,13 @@ const UniformityChart = () => {
|
|||||||
return (
|
return (
|
||||||
<div className='bg-[#18181B] p-2.5 shadow-sm text-white rounded-2xl rounded-bl-none'>
|
<div className='bg-[#18181B] p-2.5 shadow-sm text-white rounded-2xl rounded-bl-none'>
|
||||||
<p className='m-0 font-bold text-white/50'>Uniformity 2025</p>
|
<p className='m-0 font-bold text-white/50'>Uniformity 2025</p>
|
||||||
<p className='m-0 flex items-center gap-2 mt-2 justify-between'>
|
<div className='flex items-center gap-2 mt-2 justify-between'>
|
||||||
<div className='flex items-center gap-2'>
|
<div className='flex items-center gap-2'>
|
||||||
<div className='w-5 h-5 bg-[#0069E0] rounded-md'></div>
|
<div className='w-5 h-5 bg-[#0069E0] rounded-md'></div>
|
||||||
{payload[0].value} of Birds
|
{payload[0].value} of Birds
|
||||||
</div>
|
</div>
|
||||||
<span>{labelStr}</span>
|
<span>{labelStr}</span>
|
||||||
</p>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,11 +29,11 @@ const UniformityTable = ({ refresh }: { refresh?: () => void }) => {
|
|||||||
|
|
||||||
<div className='my-4 divider'></div>
|
<div className='my-4 divider'></div>
|
||||||
|
|
||||||
<section>
|
{/*<section>
|
||||||
<UniformityStat />
|
<UniformityStat />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div className='my-4'></div>
|
<div className='my-4'></div>*/}
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<UniformityChart />
|
<UniformityChart />
|
||||||
|
|||||||
Reference in New Issue
Block a user