From a58029dc44cdf59e6bdd7fe48edf03131f283e3d Mon Sep 17 00:00:00 2001 From: Elscrux Date: Fri, 11 Oct 2024 16:05:21 +0200 Subject: [PATCH] fix: Adjust knacksack problem mask to new format --- src/components/landing-page/ProblemChooser.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/landing-page/ProblemChooser.tsx b/src/components/landing-page/ProblemChooser.tsx index 9e052f7..5c58733 100644 --- a/src/components/landing-page/ProblemChooser.tsx +++ b/src/components/landing-page/ProblemChooser.tsx @@ -59,7 +59,7 @@ export const ProblemChooser = (props: GridProps) => ( href="solve/Knapsack" new={true} tags={["QAOA"]} - problemName={"Knapsack"} + title={"Knapsack"} description="Given a list of items with weights and values, find a subset of items with the highest total value up to a certain weight limit." />