diff --git a/templates/react-ssr/Layout.tsx b/templates/react-ssr/Layout.tsx
index a0b9306203..d0839789f7 100644
--- a/templates/react-ssr/Layout.tsx
+++ b/templates/react-ssr/Layout.tsx
@@ -32,11 +32,7 @@ export function Layout(props: { title: string; children: React.ReactNode }) {
{props.title}
-
-
- Read the docs →
-
-
+
{props.children}
diff --git a/templates/react-ssr/README.md b/templates/react-ssr/README.md
index e01611c52d..4922928a1d 100644
--- a/templates/react-ssr/README.md
+++ b/templates/react-ssr/README.md
@@ -18,10 +18,4 @@ The following files are the most important:
- `dev.tsx`: Generates a browser build of all `pages` using `Bun.build`, then starts a dev server that handles incoming requests. For paths like `/` and `/settings`, the server will render the appropriate page in `pages` to static HTML and return the result. The returned HTML includes a `