diff --git a/.gitignore b/.gitignore index fc83d71f..a68f4300 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,11 @@ jspm_packages # DS Store .DS_STORE + + +# package +package-lock.json +npm-debug.log* +yarn-debug.log* +yarn-error.log* +yarn.lock \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 096d33be..c0c769e9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing When contributing to this repository, please first discuss the change you wish to make via [issue](https://github.com/reactplay/activities/issues), -[email](mailto:contact@reactplay.io), or any other method with the owners of this repository before making a change. +[email](mailto:hello@reactplay.io), or any other method with the owners of this repository before making a change. Please note we have a [Code of Conduct](https://github.com/reactplay/activities/blob/main/CODE_OF_CONDUCT.md), please follow it in all your interactions with the project. @@ -73,7 +73,7 @@ further defined and clarified by project maintainers. ### Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at [contact@reactplay.io](mailto:contact@reactplay.io). All +reported by contacting the project team at [hello@reactplay.io](mailto:hello@reactplay.io). All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/components/Banner.js b/components/Banner.js index 7d5d5d5b..ee417505 100644 --- a/components/Banner.js +++ b/components/Banner.js @@ -1,13 +1,9 @@ import Image from "next/image"; -// icons -import { HiArrowNarrowRight } from "react-icons/hi"; - -// image -import HeroCoders from "@/public/twoplaysamonth/HeroCoders.svg"; +import { HiArrowNarrowRight } from "react-icons/hi"; // icons +import HeroCoders from "@/public/twoplaysamonth/HeroCoders.svg";// image const Banner = ({ events }) => { - console.log(events); const currentEvent = events.filter((event) => event.isCurrent); return ( diff --git a/components/ExtendedFooter.js b/components/ExtendedFooter.js index 7f2467a4..0254763d 100644 --- a/components/ExtendedFooter.js +++ b/components/ExtendedFooter.js @@ -8,7 +8,7 @@ import { HiArrowNarrowRight } from "react-icons/hi"; const ExtendedFooter = () => { return ( -