Update page background and add sharing

Change the entire page background to a subtle green upon successful completion of the rules of inference puzzle. Add share links and a unique URL for direct access to the interactive.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-11 10:10:04 +00:00
parent 1bb24d2620
commit b6a3ad2c59
4 changed files with 59 additions and 4 deletions

View file

@ -59,7 +59,7 @@ const interactives: Interactive[] = [{
description: "Practice applying resolution and equivalence rules to derive conclusions step by step.",
tags: ["logic", "proofs", "inference", "resolution", "deduction"],
component: RulesOfInferencePlayground,
greenScreenPath: "/themes/discrete-math/foundations"
greenScreenPath: "/discrete-math/foundations/rules-of-inference"
}];
const Foundations = () => {
const [searchTerm, setSearchTerm] = useState("");