From d348ec0668f1f0affdaf2bbd5ecd3383218976ef Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Mon, 15 May 2023 15:02:17 -0700 Subject: [PATCH] Update readme --- templates/react-ssr/Layout.tsx | 6 +----- templates/react-ssr/README.md | 8 +------- 2 files changed, 2 insertions(+), 12 deletions(-) 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 `