WIP: form copy and field visibility adjustments
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ const body = Open_Sans({
|
||||
export const metadata: Metadata = {
|
||||
title: "Co-op Check-in · Food Co-op Initiative",
|
||||
description:
|
||||
"Update your co-op's progress through the FCI organizing framework. A monthly check-in for food co-ops in development.",
|
||||
"Update your co-op's progress through the FCI organizing Framework. A survey for food co-ops in development.",
|
||||
robots: { index: false, follow: false }, // Form pages are tokenized; not for crawlers.
|
||||
};
|
||||
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ function PageIntro() {
|
||||
return (
|
||||
<header className="mb-10 max-w-2xl">
|
||||
<p className="text-[11px] uppercase tracking-[0.18em] text-leaf-700">
|
||||
Monthly check-in · Co-op organizing
|
||||
Survey · Co-op organizing
|
||||
</p>
|
||||
<h1 className="mt-2 font-display text-[40px] font-normal leading-[1.05] tracking-tight text-ink sm:text-[52px]">
|
||||
{formConfig.title}
|
||||
|
||||
@@ -282,7 +282,7 @@ function LockedBanner() {
|
||||
<p className="text-xs leading-relaxed text-ink-soft">
|
||||
<span className="font-medium text-ink-soft">A look ahead.</span>{" "}
|
||||
These fields will become editable when your co-op reaches this stage. They're visible
|
||||
now so you can preview the framework you'll be working through.
|
||||
now so you can preview the Framework you'll be working through.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user