-
+
+
+ All tests and stat generation is run on Depot runners to ensure fairer and
+ faster testing.
+
+
+
Dev Time Performance
Dependency Counts
@@ -72,4 +89,30 @@ import Layout from '../layouts/Layout.astro'
.roadmap-link {
font-weight: 500;
}
+
+ .depot-text {
+ color: var(--ft-muted);
+ display: inline;
+ }
+
+ .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;
+ }
+
+ :global(html.dark) .logo-dark {
+ display: inline;
+ }
diff --git a/packages/docs/src/pages/run-time.astro b/packages/docs/src/pages/run-time.astro
index caea77f..2e9f728 100644
--- a/packages/docs/src/pages/run-time.astro
+++ b/packages/docs/src/pages/run-time.astro
@@ -1,5 +1,4 @@
---
-import FocusedToggle from '../components/FocusedToggle.astro'
import MPACharts from '../components/MPACharts.astro'
import MPAStatsMethodologyNotes from '../components/MPAStatsMethodologyNotes.astro'
import MPAStatsTable from '../components/MPAStatsTable.astro'
@@ -13,8 +12,7 @@ import Layout from '../layouts/Layout.astro'
---
- Run Time Stats
-
+ Run Time Stats