mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-04-12 05:08:43 +00:00
N-FIN-7: fix page title
This commit is contained in:
parent
d9c3c0e1e6
commit
792f97b5be
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export default function CategoryPageClientContent({categories, onSubmit, onDelet
|
||||||
return (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
<div className="flex items-center justify-between w-full">
|
<div className="flex items-center justify-between w-full">
|
||||||
<p className="text-3xl font-semibold">Entities</p>
|
<p className="text-3xl font-semibold">Categories</p>
|
||||||
|
|
||||||
{/* Edit dialog */}
|
{/* Edit dialog */}
|
||||||
<Dialog open={isEditDialogOpen} onOpenChange={setIsEditDialogOpen}>
|
<Dialog open={isEditDialogOpen} onOpenChange={setIsEditDialogOpen}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue