mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
cf487b8f97
* Updating HelpText component * Updating logic for html element depending on children * Adding span to story to reflect docs * Updating reveal seed instance
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`HelpText should match snapshot 1`] = `
|
|
<div>
|
|
<p
|
|
class="box mm-text mm-help-text mm-text--body-xs mm-text--color-text-default box--flex-direction-row"
|
|
>
|
|
help text
|
|
</p>
|
|
</div>
|
|
`;
|