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
+36-12Lines changed: 36 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,23 @@ exports[`LogoSection > should render with required props 1`] = `
10
10
<li
11
11
className="logoSizeListItem"
12
12
>
13
-
<h5>
13
+
<h5
14
+
className="text-center"
15
+
>
14
16
Small Logos
15
17
</h5>
16
-
<p>
18
+
<p
19
+
className="mx-auto"
20
+
>
17
21
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.
18
22
</p>
19
23
<ul>
20
24
<li
21
25
className="logoTypeListItem"
22
26
>
23
-
<h6>
27
+
<h6
28
+
className="text-center"
29
+
>
24
30
TYPICAL
25
31
</h6>
26
32
<ul
@@ -87,10 +93,14 @@ exports[`LogoSection > should render with required props 1`] = `
87
93
<li
88
94
className="logoTypeListItem"
89
95
>
90
-
<h6>
96
+
<h6
97
+
className="text-center"
98
+
>
91
99
Stacked Logos
92
100
</h6>
93
-
<p>
101
+
<p
102
+
className="mx-auto"
103
+
>
94
104
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.
95
105
</p>
96
106
<ul
@@ -143,10 +153,14 @@ exports[`LogoSection > should render with required props 1`] = `
143
153
<li
144
154
className="logoTypeListItem"
145
155
>
146
-
<h6>
156
+
<h6
157
+
className="text-center"
158
+
>
147
159
Medals
148
160
</h6>
149
-
<p>
161
+
<p
162
+
className="mx-auto"
163
+
>
150
164
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.
151
165
</p>
152
166
<ul
@@ -199,10 +213,14 @@ exports[`LogoSection > should render with required props 1`] = `
199
213
<li
200
214
className="logoTypeListItem"
201
215
>
202
-
<h6>
216
+
<h6
217
+
className="text-center"
218
+
>
203
219
Badges
204
220
</h6>
205
-
<p>
221
+
<p
222
+
className="mx-auto"
223
+
>
206
224
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.
207
225
</p>
208
226
<ul
@@ -257,17 +275,23 @@ exports[`LogoSection > should render with required props 1`] = `
257
275
<li
258
276
className="logoSizeListItem largeLogos"
259
277
>
260
-
<h5>
278
+
<h5
279
+
className="text-center"
280
+
>
261
281
Large Logos
262
282
</h5>
263
-
<p>
283
+
<p
284
+
className="mx-auto"
285
+
>
264
286
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