Add unique URLs and share component

Create unique URLs for interactives and add the SocialShare component to the bottom of the Rules of Inference Playground.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-11 11:32:11 +00:00
parent 9fff3deb07
commit 3817f2d692

View file

@ -41,7 +41,7 @@ const RulesOfInferencePlaygroundPage = () => {
<SocialShare <SocialShare
title="Rules of Inference Playground - Interactive Logic Learning" title="Rules of Inference Playground - Interactive Logic Learning"
description="Practice applying resolution and equivalence rules to derive conclusions step by step in this interactive logic playground." description="Practice applying resolution and equivalence rules to derive conclusions step by step in this interactive logic playground."
url={window.location.href} url="https://lovable.dev/discrete-math/foundations/rules-of-inference"
/> />
</div> </div>
</div> </div>