Skip to content
Snippets Groups Projects
Commit 0e7df90b authored by Jeffrey Fisher's avatar Jeffrey Fisher
Browse files

Remove donation info

The campaign has ended.
parent 0457e632
Branches main
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ const pages = {
"About":"/about-us",
"Sponsors":"/sponsors",
"Documentation":"https://code.umd.edu/robotics-at-maryland/ram/-/wikis/home",
"Donate":"https://launch.umd.edu/project/39982"
// "Donate":"https://launch.umd.edu/project/39982"
};
const Search = styled('div')(({ theme }) => ({
......
......@@ -64,8 +64,8 @@ export default function Index() {
<>
<SEO/>
<Box
{/*<Box
sx={{
backgroundColor:"primary.main",
width:1,
......@@ -80,9 +80,9 @@ export default function Index() {
}}
>
<Grid item xs={12} sm={6} md={3} minHeight={200}
<Grid item xs={12} sm={6} md={3} minHeight={200}
sx={{display:'flex', justifyContent:'space-between', flexDirection:'row', p:4,
[theme.breakpoints.down('sm')]: {
flexDirection:'column'
......@@ -94,11 +94,11 @@ export default function Index() {
variant='h3'
textAlign='center'
fontWeight={600}
sx = {{
[theme.breakpoints.down('sm')]: {
variant: "h4"
},
}}>
Giving Tuesday
......@@ -106,7 +106,7 @@ export default function Index() {
<Typography variant='h6'
textAlign='center'
fontWeight={600}
sx = {{
[theme.breakpoints.down('sm')]: {
fontSize: "15px",
......@@ -133,7 +133,7 @@ export default function Index() {
sx = {{
[theme.breakpoints.down('sm')]: {
fontSize: "13px"
},
}}
>
......@@ -141,10 +141,11 @@ export default function Index() {
</Typography>
</Container>
</Grid>
</Container>
</Box>
*/}
{/* splash screen */}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment