mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-316): Add info icon to Card titles
This commit is contained in:
@@ -79,7 +79,7 @@ const UniformityChart = () => {
|
||||
return (
|
||||
<section className='w-full grid grid-cols-1 xl:grid-cols-2 2xl:grid-cols-4 gap-4'>
|
||||
<Card
|
||||
title='Performance Overview'
|
||||
title='Performance Overview ⓘ'
|
||||
variant='bordered'
|
||||
className={{
|
||||
wrapper: 'xl:col-span-1 2xl:col-span-3 w-full',
|
||||
@@ -92,7 +92,7 @@ const UniformityChart = () => {
|
||||
</Card>
|
||||
<Card
|
||||
variant='bordered'
|
||||
title='Weekly Performance'
|
||||
title='Weekly Performance ⓘ'
|
||||
className={{
|
||||
wrapper: 'xl:col-span-1 2xl:col-span-1 w-full',
|
||||
body: 'p-4',
|
||||
|
||||
Reference in New Issue
Block a user