Skip to content

Commit

Permalink
refactor: removed classes from h1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jtucholski committed Jan 19, 2025
1 parent 14f3e1e commit 8be4793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Components/PageNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function PageNav({
iconClassName="lg:hidden cursor-pointer"
/>
)}
<h1 className="text-2xl font-lexend font-semibold">
<h1>
{pageTitle == 'Library Viewer'
? globalPageTitle
: pageTitle}
Expand Down

0 comments on commit 8be4793

Please sign in to comment.