diff --git a/app/BottomBar.jsx b/app/BottomBar.jsx
index 71cea8f..dd49bb1 100644
--- a/app/BottomBar.jsx
+++ b/app/BottomBar.jsx
@@ -1,17 +1,25 @@
import React from 'react'
import styled from '@emotion/styled'
+import { Grid, Typography } from '@mui/material';
const CustomDiv = styled.div`
- background-color: ${(props) => props.theme.palette.primary.brightest};
- height: 10vh;
+ background-color: black;
+ color: white;
+ height: 50px;
width: 100%
`;
const BottomBar = () => {
return (
- contact: 530-368-6616
- email: mrheffern@gmail.com
+
+
+
+ Phone: 530-368-6616
+ Email: mrheffern@gmail.com
+
+
+
)
}
diff --git a/app/CalendarPage.jsx b/app/CalendarPage.jsx
index b467e7e..2d5125a 100644
--- a/app/CalendarPage.jsx
+++ b/app/CalendarPage.jsx
@@ -1,8 +1,9 @@
-import React from 'react'
+import React, {useState} from 'react'
import styled from '@emotion/styled'
-import { Box, Container, Grid, Paper, Typography } from '@mui/material';
+import { Box, Container, Grid, Paper, Typography, Badge } from '@mui/material';
import { grey } from '@mui/material/colors';
-import { DateCalendar } from '@mui/x-date-pickers';
+import { DateCalendar, PickersDay } from '@mui/x-date-pickers';
+import MeetupDetails from '@components/MeetupDetails';
const SuiteAndBTCGraphic = (