diff --git a/src/routes/dashboard.tsx b/src/routes/dashboard.tsx index a9757bd..3e33427 100644 --- a/src/routes/dashboard.tsx +++ b/src/routes/dashboard.tsx @@ -36,6 +36,9 @@ export const Layout = (props: { title: string; children: Child; isUnlocked?: boo .font-mono { font-family: "DM Mono", monospace; } + .text-xxs { + font-size: 10px; + } `} @@ -81,7 +84,7 @@ export const Dashboard = (props: { isUnlocked: boolean }) => ( API Reference{" "} - + {API_VERSION}.{APP_VERSION} @@ -351,7 +354,7 @@ export const Dashboard = (props: { isUnlocked: boolean }) => (