Skip to content

Commit

Permalink
[fix] mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
XigmaDev committed Nov 27, 2023
1 parent be9c2db commit 7d1f467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Dashboard() {
<div className={`${theme === 'dark' ? 'bg-gray-900' : ''} p-4 `}>
<div className="flex m-0 font-sans antialiased font-normal text-base leading-default min-h-screen">
<Sidebar theme={theme} toggleTheme={toggleTheme} data={profile} openSidenav={openSidenav} />
<div className="xl:ml-80">
<div className="w-full xl:ml-80">
<MainNavbar theme={theme} setOpenSidenav={setOpenSidenav} openSidenav={openSidenav} />
<Maincontent data={profile} trafficdata={trafficdata} roiData={roiData} seriesData={seriesData} />
</div>
Expand Down

0 comments on commit 7d1f467

Please sign in to comment.