Skip to content

Commit fe782ce

Browse files
authored
Merge pull request #1 from iPior/codex/align-title-in-header-to-left
Align dashboard header title left
2 parents 3c1b0c6 + 58969a9 commit fe782ce

1 file changed

Lines changed: 6 additions & 14 deletions

File tree

src/layouts/Bento.tsx

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,12 @@ export default function Bento() {
3333

3434
<div className="relative z-10 mx-auto w-full max-w-6xl px-4 pb-10 pt-6 sm:px-6 sm:pt-10">
3535
<header className="mb-5 flex items-center justify-between gap-4">
36-
<div className="flex items-center gap-2.5">
37-
<div className="bloom-flower size-7">
38-
<span className="petal p1" />
39-
<span className="petal p2" />
40-
<span className="petal p3" />
41-
<span className="brand-core" />
42-
</div>
43-
<span
44-
className="text-lg font-semibold tracking-tight"
45-
style={{ fontFamily: "'Bricolage Grotesque', sans-serif" }}
46-
>
47-
{title}
48-
</span>
49-
</div>
36+
<span
37+
className="text-lg font-semibold tracking-tight"
38+
style={{ fontFamily: "'Bricolage Grotesque', sans-serif" }}
39+
>
40+
{title}
41+
</span>
5042
<Controls />
5143
</header>
5244

0 commit comments

Comments
 (0)