Skip to content

Commit

Permalink
Use 100 percent on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
mayan-000 committed Sep 10, 2024
1 parent 1d36109 commit 179ceb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const LandingPage = ({
const [open, setOpen] = useState(true);

return (
<div className="w-fit h-full">
<div className="w-full h-full">
{loading && <ProgressBar additionalStyles="w-1/3 mx-auto h-full" />}
<div
className={classNames(
Expand Down

0 comments on commit 179ceb6

Please sign in to comment.