diff --git a/website/src/pages/share.tsx b/website/src/pages/share.tsx index 74c7f09..63ae857 100644 --- a/website/src/pages/share.tsx +++ b/website/src/pages/share.tsx @@ -18,7 +18,7 @@ export function Share() { if (recipeResource.state !== "ready") { return []; } - return Object.values(recipeResource()!); + return Object.values(recipeResource()!.features); }); const installationUrl = () => createReabootInstallationUrl(payload()); const pasteExistingUrl = async () => { @@ -74,7 +74,7 @@ export function Share() {
You are sharing a recipe named "{recipe().raw.name}" with {recipe().requiredPackages.length} required packages and - {features().length} features. + {features().length} feature(s).