forked from emre/www_projectmycelium_com
refactor: replace wrapper div with React fragment in ComputePage
This commit is contained in:
@@ -11,7 +11,7 @@ import { ComputeCapabilitiesNew } from './ComputeCapabilitiesNew'
|
||||
|
||||
export default function ComputePage() {
|
||||
return (
|
||||
<div className="">
|
||||
<>
|
||||
<AnimatedSection>
|
||||
<ComputeHero />
|
||||
</AnimatedSection>
|
||||
@@ -43,6 +43,6 @@ export default function ComputePage() {
|
||||
<AnimatedSection>
|
||||
<CallToAction />
|
||||
</AnimatedSection>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user