formatting
This commit is contained in:
@@ -13,7 +13,13 @@ export default function About() {
|
||||
|
||||
return sections.map(section => {
|
||||
|
||||
return <AboutSection section={section}/>
|
||||
return (
|
||||
|
||||
<AboutSection
|
||||
section={section}
|
||||
/>
|
||||
|
||||
);
|
||||
|
||||
});
|
||||
|
||||
@@ -27,7 +33,7 @@ export default function About() {
|
||||
|
||||
<Col>
|
||||
|
||||
<h1 className='text-center py-4'>Wanna know more?</h1>
|
||||
<h1 className='text-center py-4'>Wheels up...</h1>
|
||||
|
||||
</Col>
|
||||
|
||||
|
||||
@@ -48,10 +48,15 @@ export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Greeting />
|
||||
|
||||
{characters.length > 0 ?
|
||||
|
||||
<CardHolder>
|
||||
|
||||
{getCharacterCards()}
|
||||
|
||||
</CardHolder>
|
||||
|
||||
: <Loading />}
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user