Skip to content

Commit

Permalink
fix: note edit button position
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed May 14, 2024
1 parent 9823a00 commit 762083c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(app)/notes/[id]/pageExtra.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const NoteTitle = () => {

if (!title) return null
return (
<>
<div className="relative">
<h1 className="my-8 text-balance text-left text-4xl font-bold leading-tight text-base-content/95">
{title}
</h1>
Expand All @@ -55,7 +55,7 @@ export const NoteTitle = () => {
id={id!}
className="absolute right-0 top-0"
/>
</>
</div>
)
}

Expand Down

0 comments on commit 762083c

Please sign in to comment.