1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/components/component-library/help-text/__snapshots__/help-text.test.js.snap
George Marshall cf487b8f97
Update HelpText component (#17705)
* Updating HelpText component

* Updating logic for html element depending on children

* Adding span to story to reflect docs

* Updating reveal seed instance
2023-02-16 12:42:15 -08:00

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>
`;