Add files via upload

This commit is contained in:
Steven Sarmiento 2021-07-19 22:56:12 -07:00 committed by GitHub
parent ef6476b0a9
commit c5b04dec3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import HeroSectionMarkets from '../components/HeroSectionMarkets'
import FeatureSection from '../components/FeatureSection' import FeatureSection from '../components/FeatureSection'
import FooterSection from '../components/FooterSection' import FooterSection from '../components/FooterSection'
const Index = () => { const Markets = () => {
return ( return (
<div className={`bg-th-bkg-1 text-th-fgd-1 transition-all overflow-hidden`}> <div className={`bg-th-bkg-1 text-th-fgd-1 transition-all overflow-hidden`}>
<div className="w-screen h-2 bg-gradient-to-r from-mango-red via-mango-yellow to-mango-green"></div> <div className="w-screen h-2 bg-gradient-to-r from-mango-red via-mango-yellow to-mango-green"></div>
@ -16,4 +16,4 @@ const Index = () => {
) )
} }
export default Index export default Markets