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:
parent
9fff3deb07
commit
3817f2d692
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const RulesOfInferencePlaygroundPage = () => {
|
|||
<SocialShare
|
||||
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."
|
||||
url={window.location.href}
|
||||
url="https://lovable.dev/discrete-math/foundations/rules-of-inference"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue