From 23971b2f0f9ecb642fe4eed3a60add0a3cf8e5a7 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 15 Feb 2026 08:58:42 -0700 Subject: [PATCH] feat: add r* ecosystem footer to layout Add ecosystem footer with all 10 r* app links to the root layout, visible on every page including the interactive demo. Co-Authored-By: Claude Opus 4.6 --- src/app/layout.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 11a1b4c..b31b63e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -34,6 +34,26 @@ export default function RootLayout({
{children}
+