Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit e81ba70

Browse files
committed
fix: update snapshot
1 parent 2dfb96b commit e81ba70

File tree

6 files changed

+80
-0
lines changed

6 files changed

+80
-0
lines changed

src/components/__tests__/__snapshots__/Header.spec.js.snap

+10
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,16 @@ Array [
376376
flex-direction: row;
377377
}
378378
379+
@media screen and (max-width: 460px) {
380+
.emotion-67 {
381+
width: 100%;
382+
-webkit-box-pack: space-evenly;
383+
-ms-flex-pack: space-evenly;
384+
-webkit-justify-content: space-evenly;
385+
justify-content: space-evenly;
386+
}
387+
}
388+
379389
.emotion-63 {
380390
color: var(--system-text-primary-dark);
381391
-webkit-transition: all 0.2s ease-out;

src/pages/__tests__/__snapshots__/collection.spec.js.snap

+10
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,16 @@ exports[`Data Collection Agents Page Renders correctly 1`] = `
388388
flex-direction: row;
389389
}
390390
391+
@media screen and (max-width: 460px) {
392+
.emotion-67 {
393+
width: 100%;
394+
-webkit-box-pack: space-evenly;
395+
-ms-flex-pack: space-evenly;
396+
-webkit-justify-content: space-evenly;
397+
justify-content: space-evenly;
398+
}
399+
}
400+
391401
.emotion-63 {
392402
color: var(--system-text-primary-dark);
393403
-webkit-transition: all 0.2s ease-out;

src/pages/__tests__/__snapshots__/external-projects.spec.js.snap

+10
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,16 @@ exports[`External Projects Page Renders correctly 1`] = `
388388
flex-direction: row;
389389
}
390390
391+
@media screen and (max-width: 460px) {
392+
.emotion-67 {
393+
width: 100%;
394+
-webkit-box-pack: space-evenly;
395+
-ms-flex-pack: space-evenly;
396+
-webkit-justify-content: space-evenly;
397+
justify-content: space-evenly;
398+
}
399+
}
400+
391401
.emotion-63 {
392402
color: var(--system-text-primary-dark);
393403
-webkit-transition: all 0.2s ease-out;

src/pages/__tests__/__snapshots__/index.spec.js.snap

+10
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,16 @@ exports[`HomePage Renders correctly 1`] = `
388388
flex-direction: row;
389389
}
390390
391+
@media screen and (max-width: 460px) {
392+
.emotion-67 {
393+
width: 100%;
394+
-webkit-box-pack: space-evenly;
395+
-ms-flex-pack: space-evenly;
396+
-webkit-justify-content: space-evenly;
397+
justify-content: space-evenly;
398+
}
399+
}
400+
391401
.emotion-63 {
392402
color: var(--system-text-primary-dark);
393403
-webkit-transition: all 0.2s ease-out;

src/pages/__tests__/__snapshots__/oss-category.spec.js.snap

+10
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,16 @@ exports[`OSS Category Page Renders correctly 1`] = `
388388
flex-direction: row;
389389
}
390390
391+
@media screen and (max-width: 460px) {
392+
.emotion-67 {
393+
width: 100%;
394+
-webkit-box-pack: space-evenly;
395+
-ms-flex-pack: space-evenly;
396+
-webkit-justify-content: space-evenly;
397+
justify-content: space-evenly;
398+
}
399+
}
400+
391401
.emotion-63 {
392402
color: var(--system-text-primary-dark);
393403
-webkit-transition: all 0.2s ease-out;

src/templates/__tests__/__snapshots__/external-project-page.spec.js.snap

+30
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,16 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
388388
flex-direction: row;
389389
}
390390
391+
@media screen and (max-width: 460px) {
392+
.emotion-67 {
393+
width: 100%;
394+
-webkit-box-pack: space-evenly;
395+
-ms-flex-pack: space-evenly;
396+
-webkit-justify-content: space-evenly;
397+
justify-content: space-evenly;
398+
}
399+
}
400+
391401
.emotion-63 {
392402
color: var(--system-text-primary-dark);
393403
-webkit-transition: all 0.2s ease-out;
@@ -1840,6 +1850,16 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
18401850
flex-direction: row;
18411851
}
18421852
1853+
@media screen and (max-width: 460px) {
1854+
.emotion-67 {
1855+
width: 100%;
1856+
-webkit-box-pack: space-evenly;
1857+
-ms-flex-pack: space-evenly;
1858+
-webkit-justify-content: space-evenly;
1859+
justify-content: space-evenly;
1860+
}
1861+
}
1862+
18431863
.emotion-63 {
18441864
color: var(--system-text-primary-dark);
18451865
-webkit-transition: all 0.2s ease-out;
@@ -3292,6 +3312,16 @@ exports[`W3C Distributed Tracing Working Group Renders correctly 1`] = `
32923312
flex-direction: row;
32933313
}
32943314
3315+
@media screen and (max-width: 460px) {
3316+
.emotion-67 {
3317+
width: 100%;
3318+
-webkit-box-pack: space-evenly;
3319+
-ms-flex-pack: space-evenly;
3320+
-webkit-justify-content: space-evenly;
3321+
justify-content: space-evenly;
3322+
}
3323+
}
3324+
32953325
.emotion-63 {
32963326
color: var(--system-text-primary-dark);
32973327
-webkit-transition: all 0.2s ease-out;

0 commit comments

Comments
 (0)