Skip to content

Commit

Permalink
Quick Viz Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanbellary committed Dec 5, 2024
1 parent 0218701 commit b7fdc6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/src/Intermediate/Submissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function VisualizationHome() {
<Grid container spacing={4} padding={4}>
{/* Card for Submit Kitchen Data */}
<Grid item>
<Card sx={{ maxWidth: 500, boxShadow: 3 }}>
<Card sx={{ maxWidth: 470, boxShadow: 3 }}>
<CardContent>
<Typography variant="h5" component="div" gutterBottom>
Submit Kitchen Data
Expand Down Expand Up @@ -48,7 +48,7 @@ export default function VisualizationHome() {

{/* Card for Program Outcomes Form */}
<Grid item>
<Card sx={{ maxWidth: 500, boxShadow: 3 }}>
<Card sx={{ maxWidth: 470, boxShadow: 3 }}>
<CardContent>
<Typography variant="h5" component="div" gutterBottom>
Submit Program Data
Expand Down
4 changes: 2 additions & 2 deletions client/src/Intermediate/Visualizations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function VisualizationHome() {
<Grid container spacing={4} padding={4}>
{/* Card for Kitchen Visualization */}
<Grid item>
<Card sx={{ maxWidth: 500, boxShadow: 3 }}>
<Card sx={{ maxWidth: 470, boxShadow: 3 }}>
<CardContent>
<Typography variant="h5" component="div" gutterBottom>
View Kitchen Data
Expand All @@ -47,7 +47,7 @@ export default function VisualizationHome() {

{/* Card for Program Visualization */}
<Grid item>
<Card sx={{ maxWidth: 500, boxShadow: 3 }}>
<Card sx={{ maxWidth: 470, boxShadow: 3 }}>
<CardContent>
<Typography variant="h5" component="div" gutterBottom>
View Program Data
Expand Down

0 comments on commit b7fdc6e

Please sign in to comment.