We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e71864 commit a968162Copy full SHA for a968162
packages/react-core/src/components/Hero/__tests__/__snapshots__/Hero.test.tsx.snap
@@ -1,6 +1,6 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
-exports[`Matches the snapshot with backgroundSrc and gradiant props 1`] = `
+exports[`Matches the snapshot with backgroundSrc and gradient props 1`] = `
4
<DocumentFragment>
5
<div
6
class="pf-v6-c-hero"
@@ -11,7 +11,7 @@ exports[`Matches the snapshot with backgroundSrc and gradiant props 1`] = `
11
</DocumentFragment>
12
`;
13
14
-exports[`Matches the snapshot without backgroundSrc and gradiant props 1`] = `
+exports[`Matches the snapshot without backgroundSrc and gradient props 1`] = `
15
16
17
0 commit comments