1.4
This commit is contained in:
parent
eaaa2cc928
commit
2f880812cd
File diff suppressed because one or more lines are too long
@ -19,7 +19,7 @@ const menuAside: MenuAsideItem[] = [
|
||||
{
|
||||
href: '/budgets/budgets-list',
|
||||
label: 'Budgets',
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
label: 'Budget',
|
||||
// @ts-ignore
|
||||
icon: icon.mdiCurrencyUsd ? icon.mdiCurrencyUsd : icon.mdiTable,
|
||||
permissions: 'READ_BUDGETS',
|
||||
|
||||
@ -76,7 +76,7 @@ const EditBudgets = () => {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{getPageTitle('Edit budgets')}</title>
|
||||
<title>{getPageTitle('Edit budget')}</title>
|
||||
</Head>
|
||||
<SectionMain>
|
||||
<SectionTitleLineWithButton
|
||||
|
||||
@ -83,12 +83,12 @@ const BudgetsTablesPage = () => {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{getPageTitle('Budgets')}</title>
|
||||
<title>{getPageTitle('Budget')}</title>
|
||||
</Head>
|
||||
<SectionMain>
|
||||
<SectionTitleLineWithButton
|
||||
icon={mdiChartTimelineVariant}
|
||||
title='Budgets'
|
||||
title='Budget'
|
||||
main
|
||||
>
|
||||
{''}
|
||||
|
||||
@ -198,7 +198,7 @@ const Dashboard = () => {
|
||||
<div className='flex justify-between align-center'>
|
||||
<div>
|
||||
<div className='text-lg leading-tight text-gray-500 dark:text-gray-400'>
|
||||
Budgets
|
||||
Budget
|
||||
</div>
|
||||
<div className='text-3xl leading-tight font-semibold'>
|
||||
{budgets}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user