mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
refactor(FE-316): Fix header markup and comment out UniformityStat
This commit is contained in:
@@ -84,13 +84,13 @@ const UniformityChart = () => {
|
||||
return (
|
||||
<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 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='w-5 h-5 bg-[#0069E0] rounded-md'></div>
|
||||
{payload[0].value} of Birds
|
||||
</div>
|
||||
<span>{labelStr}</span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -29,11 +29,11 @@ const UniformityTable = ({ refresh }: { refresh?: () => void }) => {
|
||||
|
||||
<div className='my-4 divider'></div>
|
||||
|
||||
<section>
|
||||
{/*<section>
|
||||
<UniformityStat />
|
||||
</section>
|
||||
|
||||
<div className='my-4'></div>
|
||||
<div className='my-4'></div>*/}
|
||||
|
||||
<section>
|
||||
<UniformityChart />
|
||||
|
||||
Reference in New Issue
Block a user