Skip to content

Commit

Permalink
fix header size
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Feb 3, 2025
1 parent 40cefa6 commit ebfa46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headpat-web",
"version": "0.8.6",
"version": "0.8.7",
"author": "Faye",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/components/pageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function PageLayout({
<>
<div className={'relative z-50'}>
<div className="flex flex-row items-center px-4 py-1.5 justify-between align-middle">
<h1 className="text-xl font-bold">{title || 'Undefined'}</h1>
<h3 className="text-xl font-bold">{title || 'Undefined'}</h3>
{middleComponent}
<div className={'align-middle gap-2 hidden md:flex'}>
<ChangeLanguage />
Expand Down

0 comments on commit ebfa46c

Please sign in to comment.