Repository URL to install this package:
|
Version:
8.0.0 ▾
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Footer matches a snapshot 1`] = `
<React.Fragment>
<footer
className="Footer Footer--light Test Footer--narrow"
>
<Section
className={null}
theme="transparent"
>
<div
className="Footer-column"
>
<hr
className="Footer-hr"
/>
<FooterNav
links={
Array [
Object {
"description": null,
"label": "Test1",
"to": "https://www.doodle.com",
},
Object {
"description": null,
"label": "Test2",
"to": "https://www.doodle.com/create",
},
]
}
variant="primary"
/>
<section
className="Footer-languageSocial Footer-languageSocial-center"
>
<SocialIcons />
</section>
<FooterNav
links={
Array [
Object {
"description": null,
"label": "Test3",
"to": "https://www.doodle.com",
},
Object {
"description": null,
"label": "Test4",
"to": "https://www.doodle.com/create",
},
]
}
variant="secondary"
/>
</div>
</Section>
</footer>
<footer
className="Footer Footer--light Test Footer--wide"
>
<Section
className={null}
theme="transparent"
>
<div
className="Footer-column"
>
<hr
className="Footer-hr"
/>
<div
className="Footer-row"
>
<section
className="Footer-column"
>
<FooterNav
links={
Array [
Object {
"description": null,
"label": "Test1",
"to": "https://www.doodle.com",
},
Object {
"description": null,
"label": "Test2",
"to": "https://www.doodle.com/create",
},
]
}
variant="primary"
/>
<FooterNav
links={
Array [
Object {
"description": null,
"label": "Test3",
"to": "https://www.doodle.com",
},
Object {
"description": null,
"label": "Test4",
"to": "https://www.doodle.com/create",
},
]
}
variant="secondary"
/>
</section>
<section
className="Footer-languageSocial"
>
<SocialIcons />
</section>
</div>
</div>
</Section>
</footer>
</React.Fragment>
`;