We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cdad12 commit 7903407Copy full SHA for 7903407
frontend/pages/DisplayPaste.tsx
@@ -144,7 +144,7 @@ export function DisplayPaste() {
144
>
145
<div className="w-full max-w-[64rem]">
146
<div className="flex flex-row my-4 items-center justify-between">
147
- <h1 className="text-xl md:text-2xl grow inline-flex items-center">
+ <h1 className="text-xl md:text-2xl grow inline-flex items-baseline">
148
<Link href="/" className="text-foreground-500 text-[length:inherited]">
149
<Button isIconOnly aria-label={INDEX_PAGE_TITLE} className={buttonClasses + " md:hidden"}>
150
<HomeIcon className="size-6" />
0 commit comments