From f21173aeaeab02fe8e877a620f711e78d749e3c9 Mon Sep 17 00:00:00 2001 From: Mike Hartington Date: Thu, 2 Apr 2026 16:04:45 -0400 Subject: [PATCH] fix(site): minor nits --- apps/site/src/app/layout.tsx | 6 +++-- apps/site/src/app/orm/page.tsx | 1 + apps/site/src/components/ecosystem/grid.tsx | 3 ++- apps/site/src/components/homepage/bento.tsx | 2 +- apps/site/src/components/orm/info-stats.tsx | 23 +++++++++---------- apps/site/src/components/postgres.tsx | 12 +++++----- packages/ui/src/components/youtube-player.tsx | 3 +++ 7 files changed, 28 insertions(+), 22 deletions(-) diff --git a/apps/site/src/app/layout.tsx b/apps/site/src/app/layout.tsx index 0da80eb7b9..d7be4dd3cd 100644 --- a/apps/site/src/app/layout.tsx +++ b/apps/site/src/app/layout.tsx @@ -149,8 +149,10 @@ export default function Layout({ children }: { children: React.ReactNode }) {