You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/Branding/LogoSection/__tests__/__snapshots__/LogoSection.test.tsx.snap
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ exports[`LogoSection > should render with required props 1`] = `
5
5
columns={
6
6
[
7
7
<ul
8
-
className="space-y-4"
8
+
className="space-y-4 [&>li>p]:my-4"
9
9
>
10
10
<li>
11
11
<h5
@@ -14,7 +14,7 @@ exports[`LogoSection > should render with required props 1`] = `
14
14
Small Logos
15
15
</h5>
16
16
<p
17
-
className="mx-auto my-4"
17
+
className="mx-auto"
18
18
>
19
19
For use when Operation Code's logo name is between 0-1 inch in height. In most cases, use the Original Small Logo. The Stacked Small Logo is to be used where graphics needs are larger in vertical height than horizontal width with the Operation Code logo name still under 1 inch in height.
20
20
</p>
@@ -95,7 +95,7 @@ exports[`LogoSection > should render with required props 1`] = `
95
95
Stacked Logos
96
96
</h6>
97
97
<p
98
-
className="mx-auto my-4"
98
+
className="mx-auto"
99
99
>
100
100
Use the Large Stacked Original logo in areas where you have more vertical space than horizontal. Only use the Red Stacked Logo for special holidays such as Thanksgiving, fall events, and Christmas. The Light Stacked Logo is to be used with dark or contrasting bright colored backgrounds.
101
101
</p>
@@ -153,7 +153,7 @@ exports[`LogoSection > should render with required props 1`] = `
153
153
Medals
154
154
</h6>
155
155
<p
156
-
className="mx-auto my-4"
156
+
className="mx-auto"
157
157
>
158
158
Use the following medals when you are prompted to upload a thumbnail logo only or profile photo. In most cases, use the OC Blue Medal. The Red Medal should only be used for holidays and special events (such as Thanksgiving, fall, or Christmas). The Navy Medal should be used memorandums or lighter bright colored backgrounds.
159
159
</p>
@@ -211,7 +211,7 @@ exports[`LogoSection > should render with required props 1`] = `
211
211
Badges
212
212
</h6>
213
213
<p
214
-
className="mx-auto my-4"
214
+
className="mx-auto"
215
215
>
216
216
You may also use badges as a profile photo or thumbnail. Badges should be used to accompany corporate sponsors or alliance partnerships on shared branding. Use the original OC Blue Badge in most cases, except the Red Badge for special events and holidays (Thanksgiving, fall and Christmas). The Navy Badge may be used with light backgrounds and bright colored backgrounds.
217
217
</p>
@@ -271,7 +271,7 @@ exports[`LogoSection > should render with required props 1`] = `
271
271
Large Logos
272
272
</h5>
273
273
<p
274
-
className="mx-auto my-4"
274
+
className="mx-auto"
275
275
>
276
276
Use the Original Large Logo in almost all cases above 1 inch in height. The Red Large Logo is to be used in special events (such as Thanksgiving, fall or Christmas), and the Light Large Logo is to be used with dark backgrounds or bright colored backgrounds.
0 commit comments