diff --git a/site/components/sidebar/__tests__/__snapshots__/sidebar.test.tsx.snap b/site/components/sidebar/__tests__/__snapshots__/sidebar.test.tsx.snap index 634d4d2bb9..09db2e5c76 100644 --- a/site/components/sidebar/__tests__/__snapshots__/sidebar.test.tsx.snap +++ b/site/components/sidebar/__tests__/__snapshots__/sidebar.test.tsx.snap @@ -562,7 +562,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` display: block; } -.emotion-465 { +.emotion-468 { width: 100%; position: relative; left: calc(-50vw + 50%); @@ -570,7 +570,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` margin-bottom: 8px; } -.emotion-466 { +.emotion-469 { border-style: solid; border-color: #DEE2E5; border-width: 1px; @@ -580,7 +580,7 @@ exports[`Sidebar renders correctly when closed 1`] = ` width: 100%; } -.emotion-469 { +.emotion-472 { margin-bottom: 32px; } @@ -2241,6 +2241,22 @@ exports[`Sidebar renders correctly when closed 1`] = ` +
Github