Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Rajput authored and Kartik Rajput committed Dec 13, 2023
1 parent 8f8981d commit 9114d03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions src/app/organizations/page.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
'use client';
import { Button, Grid, Typojgraphy, Card, Tab, Tabs, Box, Dialog, DialogTitle, DialogContent, TextField, FormControlLabel, Switch, DialogActions } from "@mui/material"
import { Button, Grid, Typography, Card, Tab, Tabs, Box} from "@mui/material"
import { useState } from 'react'
import DatasetStyle from "@/styles/Dataset";
import MUIDataTable from "mui-datatables";
import CustomButton from "../components/common/Button";
import Link from "next/link";
import AddWorkspaceDialog from "./AddWorkspaceDialog";

Expand Down Expand Up @@ -229,6 +228,4 @@ export default function Organization() {
</Card>
</Grid>
)
}

export default MyOrganization;
}
8 changes: 4 additions & 4 deletions src/styles/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import { padding } from '@mui/system';
const headerStyle = makeStyles({
parentContainer: {
// flexGrow : 1,
marginBottom : window.innerHeight*0.13,
width : window.innerWidth*0.98,
// marginBottom : window.innerHeight*0.13,
// width : window.innerWidth*0.98,


},
AudioparentContainers:{
marginBottom : window.innerHeight*0.1,
width : window.innerWidth*0.98,
// marginBottom : window.innerHeight*0.1,
// width : window.innerWidth*0.98,
},
appBar: {
// backgroundColor: "#ffffff",
Expand Down

0 comments on commit 9114d03

Please sign in to comment.