- All tests and stat generation is run on Depot runners to ensure fairer and
- faster testing.
-
-
+
+
+ All of the testing and stat generation is run by our Infrastructure
+ Partner Depot to ensure consistent, fairer, and faster testing.
+
+
-
-
+
@@ -90,29 +89,20 @@ import DepotLogoLight from '../assets/depot-logo-horizontal-on-light.svg'
font-weight: 500;
}
- .depot-text {
- color: var(--ft-muted);
- display: inline;
- }
+ .depot {
+ display: flex;
+ align-items: center;
+ flex-wrap: wrap;
+ gap: 8px;
- .depot-logo {
- display: inline;
- }
-
- .depot-logo :global(svg) {
- transform: scale(0.75);
- transform-origin: left center;
- }
-
- .logo-dark {
- display: none;
- }
-
- :global(html.dark) .logo-light {
- display: none;
- }
+ p {
+ color: var(--ft-muted);
+ flex: 1 1 66%;
+ }
- :global(html.dark) .logo-dark {
- display: inline;
+ :global(svg) {
+ height: 42px;
+ width: auto;
+ }
}