From 1e78a2891b3c0961abb13184dccd30a92f8b4c84 Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sun, 22 Oct 2023 19:21:02 +0200 Subject: [PATCH] chore(org): Put up a warning message --- sites/org/pages/index.mjs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sites/org/pages/index.mjs b/sites/org/pages/index.mjs index 35e0e966d13..448909dccd5 100644 --- a/sites/org/pages/index.mjs +++ b/sites/org/pages/index.mjs @@ -28,8 +28,9 @@ import { SignUp, ns as susiNs } from 'shared/components/susi/sign-up.mjs' import { PleaseSubscribe, ns as subNs } from 'shared/components/patrons/please-subscribe.mjs' import { CardLink } from 'shared/components/link.mjs' import { ns as nlNs } from 'shared/components/newsletter/index.mjs' +import { Popout, ns as popoutNs } from 'shared/components/popout/index.mjs' -const ns = nsMerge(pageNs, subNs, susiNs, nlNs, 'homepage') +const ns = nsMerge(pageNs, subNs, susiNs, nlNs, 'homepage', popoutNs) const Card = ({ bg = 'bg-base-200', textColor = 'text-base-content', title, children, icon }) => (
@@ -70,6 +71,17 @@ const HomePage = ({ page }) => { FreeSewing

{t('homepage:freePatterns')}

+
+ +
Everything is new, some things are broken
+

+ Hello there +
+ This is the new freesewing.org website. It is still a work in progress so if it + breaks, you get to keep the pieces. +

+
+