feat: update card titles in analysis component for clarity and consistency
This commit is contained in:
parent
db656ee9dd
commit
e4b49c7ff8
@ -756,7 +756,7 @@ export default function Analysis({
|
||||
<Card className="py-0" style={{ order: sectionOrder.revenue ?? 99 }}>
|
||||
<CardHeader className="flex flex-col items-stretch border-b p-0! sm:flex-row">
|
||||
<div className="flex flex-1 flex-col justify-center gap-1 px-6 pt-4 pb-3 sm:py-0!">
|
||||
<CardTitle>Pendapatan</CardTitle>
|
||||
<CardTitle>Pendapatan Global</CardTitle>
|
||||
</div>
|
||||
<div className="flex flex-col sm:flex-row">
|
||||
{revenueKeys.filter((key) => {
|
||||
@ -911,7 +911,7 @@ export default function Analysis({
|
||||
)}
|
||||
|
||||
{can('analysis.revenue') && (
|
||||
<Card className="py-0" style={{ order: (sectionOrder.revenueByChannel ?? 99) + 0.5 }}>
|
||||
<Card className="py-0" style={{ order: 3 }}>
|
||||
<CardHeader className="flex flex-col items-stretch border-b p-0! sm:flex-row">
|
||||
<div className="flex flex-1 flex-col justify-center gap-1 px-6 pt-4 pb-3 sm:py-0!">
|
||||
<CardTitle>Pendapatan Penjualan Ecer</CardTitle>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user