diff --git a/public/3x.gif b/public/3x.gif new file mode 100644 index 0000000..d8f6d7b Binary files /dev/null and b/public/3x.gif differ diff --git a/src/components/Calendar/index.scss b/src/components/Calendar/index.scss index 0478a99..d19cd05 100644 --- a/src/components/Calendar/index.scss +++ b/src/components/Calendar/index.scss @@ -17,17 +17,14 @@ flex-grow: 1; } .paper { - display: flex; - margin-top: 10px; + display: flex; + margin-top: 10px; height: 60px; width: 90%; - background-color: #D4A8FF !important; + background-color: #d4a8ff !important; align-items: center; justify-content: center; } .text { border-bottom: 1px solid; } -.chujec{ - background-color: red; -} \ No newline at end of file diff --git a/src/components/Calendar/index.tsx b/src/components/Calendar/index.tsx index 00287dc..788315f 100644 --- a/src/components/Calendar/index.tsx +++ b/src/components/Calendar/index.tsx @@ -13,9 +13,7 @@ import "./index.scss"; import { makeStyles, Theme, createStyles } from "@material-ui/core/styles"; import Paper from "@material-ui/core/Paper"; -interface CalendarProps { - -} +interface CalendarProps {} interface CalendarState { data: Array; @@ -82,17 +80,13 @@ export default class Calendar extends React.PureComponent< > { constructor(props: CalendarProps) { super(props); - + this.state = { data: appointments, currentDate: new Date("2020-06-01"), }; } - expand(e: React.MouseEvent) { - //this.classList.add("chujec"); - console.log("chujec"); - } render() { const { data, currentDate } = this.state; @@ -123,16 +117,16 @@ export default class Calendar extends React.PureComponent< Hubert Wrzesiński

Semestr zimowy 2020/2021 - Chuj - Cipa - Pizda - Szmata - Jebać - Chuj - Cipa - Pizda - Szmata - Jebać + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 );