Remove debug logs and standardize container class names in Dashboard components
This commit is contained in:
@@ -49,7 +49,7 @@ const DashboardTutorial = () => {
|
||||
page="tutorial"
|
||||
/>
|
||||
|
||||
<div className="container" style={{ height: "calc(100% - 87px)" }}>
|
||||
<div className="dashboard-container" style={{ height: "calc(100% - 87px)" }}>
|
||||
<div className="header" style={{ display: 'flex', gap: '7px' }}></div>
|
||||
<div className="cards-container">
|
||||
{renderTrashProjects()}
|
||||
|
||||
Reference in New Issue
Block a user