Skip to content

Commit

Permalink
removed the hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Nov 19, 2024
1 parent 8063d51 commit 9cab6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/global/page-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const PageHeader = async () => {
<div className="min-h-50 rs-py-2 centered pr-24 lg:pr-0">
<div className="flex w-full justify-between">
<Lockup />
<div className="tw-hidden lg:flex">
<div className="lg:flex">
{primaryButton?.url && (
<Button href={primaryButton.url} secondary>
{primaryButton.title}
Expand Down

0 comments on commit 9cab6d1

Please sign in to comment.