Skip to content

Commit 7903407

Browse files
committed
fix[frontend]: alignment of title
1 parent 4cdad12 commit 7903407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/pages/DisplayPaste.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export function DisplayPaste() {
144144
>
145145
<div className="w-full max-w-[64rem]">
146146
<div className="flex flex-row my-4 items-center justify-between">
147-
<h1 className="text-xl md:text-2xl grow inline-flex items-center">
147+
<h1 className="text-xl md:text-2xl grow inline-flex items-baseline">
148148
<Link href="/" className="text-foreground-500 text-[length:inherited]">
149149
<Button isIconOnly aria-label={INDEX_PAGE_TITLE} className={buttonClasses + " md:hidden"}>
150150
<HomeIcon className="size-6" />

0 commit comments

Comments
 (0)