Remove todos
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dora Su 2021-07-22 14:39:02 -04:00 committed by Aditya Thakral
parent f2ca41f6d7
commit 499e7865ba
2 changed files with 0 additions and 5 deletions

View File

@ -70,7 +70,6 @@
margin-top: calc(50rem / 16);
}
/* @todo aaaaaa */
@media only screen and (max-width: calc(768rem / 16)) {
.headerContainer {
display: flex;

View File

@ -1,14 +1,10 @@
import React from "react";
import { Image } from "../components/Image";
import { Link } from "../components/Link";
import { ConnectWithUs } from "../components/ConnectWithUs";
import { EmailSignup } from "../components/EmailSignup";
import Content from "../content/get-involved.mdx";
import styles from "./get-involved.module.css";
/**
* @todo fix codey image with svg
*/
export default function GetInvolved() {
return (
<div className={styles.pageContainer}>