Skip to content

Commit

Permalink
Merge pull request #26 from ambujraj/dev
Browse files Browse the repository at this point in the history
min height for mobile
  • Loading branch information
ambujraj authored Feb 2, 2024
2 parents a559fd2 + 272464e commit 79d7fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ uvicorn main:app --reload
- Github actions

## Deployed version
### Frontend - https://byteshare-ui.vercel.app
### Frontend - https://byteshare.io
2 changes: 1 addition & 1 deletion ui/src/app/(pages)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export default function Home() {
}

return (
<div className="h-screen flex flex-col justify-between">
<div className="min-h-screen flex flex-col justify-between">
<Header authorised={authorised} statusLoaded={statusLoaded} />
{/* <p className="flex align-items-center z-10">hey</p> */}
<Drawer open={isDrawerOpen} onClose={handleDrawerClose}>
Expand Down

0 comments on commit 79d7fb6

Please sign in to comment.