From 846d903d1f564380a53852c8aad609e9a1ad2b7e Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Tue, 23 Jun 2020 00:03:12 -0700 Subject: [PATCH] chore: Add back class name support for section --- src/components/Section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Section.js b/src/components/Section.js index 2273d5e01..4a3eded38 100644 --- a/src/components/Section.js +++ b/src/components/Section.js @@ -6,7 +6,7 @@ import styles from './Section.module.scss'; const Section = ({ backgroundBanner, children, className }) => { return (