From a1831d2cc44faae7a368b23c408f7141122d07e9 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Tue, 18 Mar 2025 17:30:42 +0100 Subject: [PATCH] :abc: corrects irland page headers --- docs/p12-ireland.html.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/p12-ireland.html.js b/docs/p12-ireland.html.js index 385edc6..99fbf59 100644 --- a/docs/p12-ireland.html.js +++ b/docs/p12-ireland.html.js @@ -1,9 +1,8 @@ import { T, t } from "./utils/index.js"; export const info= { title: t`Ireland Components`, - fullTitle: t`Interactive Demo Components with Server-Side Pre-Rendering`, - description: t`Creating live, interactive component examples in documentation with server-side - rendering and client-side hydration.`, + fullTitle: t`Server-Side Pre-Rendering and Client-Side Rehydration`, + description: t`Using Ireland components for server-side pre-rendering and client-side rehydration`, }; import { el } from "deka-dom-el";