Skip to content

Commit

Permalink
pb16
Browse files Browse the repository at this point in the history
  • Loading branch information
heyvard committed May 24, 2024
1 parent e73d5c7 commit 5454097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function UserFetchInnlogging(props: { children: React.ReactNode }) {

return (
<>
<div className="px-2 pt-4 mx-auto max-w-full sm:max-w-lg md:max-w-2xl">{props.children}</div>
<div className="px-2 pt-4 pb-16 mx-auto max-w-full sm:max-w-lg md:max-w-2xl">{props.children}</div>
<InternalHeader className="fixed bottom-0 left-0 z-50 w-full h-16 flex ">
<FooterKnapp url={'/'} text={''} icon={HouseIcon} />
<FooterKnapp text={'Bets'} url={'/my-bets'} icon={BankNoteIcon} />
Expand Down

0 comments on commit 5454097

Please sign in to comment.