mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-04-12 05:08:43 +00:00
N-FIN-34: add space between title and dashboard scope selection
This commit is contained in:
parent
36563db77e
commit
7ebc05c257
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default function DashboardPageClientContent(
|
||||||
return (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
<div className="flex flex-col space-y-4">
|
<div className="flex flex-col space-y-4">
|
||||||
<div className="flex items-center justify-between w-full">
|
<div className="flex items-center justify-between w-full space-x-8">
|
||||||
|
|
||||||
<p className="text-3xl font-semibold">Dashboard</p>
|
<p className="text-3xl font-semibold">Dashboard</p>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue