Skip to content

Commit c0aeb5e

Browse files
committed
cleaned up commented out code
1 parent 4373d64 commit c0aeb5e

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

mlflow-site/src/app/components/Team.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ const Team = () => {
2626
linkedIn: 'https://www.linkedin.com/in/stephanyho/',
2727
pfp: '',
2828
},
29-
// {
30-
// name: 'Winston Ludlam',
31-
// github: 'https://github.com/winjolu/',
32-
// linkedIn: 'https://www.linkedin.com/in/wjludlam/',
33-
// pfp: '',
34-
// },
3529
];
3630

3731
return (

mlflow-site/src/app/globals.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22
@tailwind components;
33
@tailwind utilities;
44

5-
/* :root {
6-
--background: #ffffff;
7-
--foreground: #171717;
8-
}
9-
10-
@media (prefers-color-scheme: dark) {
11-
:root {
12-
--background: #0a0a0a;
13-
--foreground: #ededed;
14-
}
15-
} */
16-
175
body {
186
color: var(--foreground);
197
background: var(--background);
@@ -83,7 +71,6 @@ body {
8371
grid-row: 2;
8472
width: 100%;
8573
height: 100%;
86-
/* background-color: #7e7e7e; */
8774
display: grid;
8875
grid-template-columns: auto auto;
8976
grid-template-rows: 100%;
@@ -134,15 +121,13 @@ body {
134121
grid-row: 3;
135122
width: 100%;
136123
height: 100%;
137-
/* background-color: aqua; */
138124
}
139125

140126
.team {
141127
grid-column: 2/5;
142128
grid-row: 4;
143129
width: 100%;
144130
height: fit-content;
145-
/* background-color: yellow; */
146131
display: flex;
147132
justify-content: center;
148133
align-items: center;
@@ -154,7 +139,6 @@ body {
154139
grid-column: 2/5;
155140
grid-row: 3;
156141
width: 100%;
157-
/* background-color: rgb(102, 102, 54); */
158142
}
159143

160144
.homeButton {
@@ -176,7 +160,6 @@ body {
176160

177161
.button {
178162
width: 100%;
179-
/* background-color: rgb(14, 69, 129); */
180163
}
181164

182165
.features {
@@ -223,7 +206,6 @@ body {
223206
display: grid;
224207
grid-template-columns: 50% 50%;
225208
grid-template-rows: repeat(calc(100%/3), 3);
226-
/* background-color: red; */
227209
}
228210

229211
.teamcard {

0 commit comments

Comments
 (0)