diff --git a/website/src/routes/index.tsx b/website/src/routes/index.tsx index 06dfb32..2995d57 100644 --- a/website/src/routes/index.tsx +++ b/website/src/routes/index.tsx @@ -29,6 +29,20 @@ export default component$(() => { />
+

+ Due to the resumability, the{" "} + {``}{" "} + component should be positioned at the beginning of where you want to + use it. This way, you won't encounter{" "} + + rendering issues. + +

diff --git a/website/src/routes/styles.css b/website/src/routes/styles.css index a75a0cf..acdd236 100644 --- a/website/src/routes/styles.css +++ b/website/src/routes/styles.css @@ -101,7 +101,7 @@ code { display: flex; flex-direction: column; gap: 48px; - margin-top: 96px; + margin-top: 48px; } .buttons { @@ -186,7 +186,7 @@ m .wrapper h2 { display: flex; flex-direction: column; gap: 48px; - margin-top: 96px; + margin-top: 48px; } .wrapper footer {