From c7511e8d495a2f07ecca5576595704cb8a33fa36 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:34:19 +0000 Subject: [PATCH] Hide backlinks on direct access Hide the "backlinks" component when the Rules of Inference Playground is accessed directly via its URL. The backlinks should only be visible when accessed through the themes listing. --- src/pages/RulesOfInferencePlaygroundPage.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/pages/RulesOfInferencePlaygroundPage.tsx b/src/pages/RulesOfInferencePlaygroundPage.tsx index ba3c399..8c9a2f8 100644 --- a/src/pages/RulesOfInferencePlaygroundPage.tsx +++ b/src/pages/RulesOfInferencePlaygroundPage.tsx @@ -1,5 +1,4 @@ import { useState } from "react"; -import { Link } from "react-router-dom"; import RulesOfInferencePlayground from "@/components/RulesOfInferencePlayground"; import SocialShare from "@/components/SocialShare"; @@ -13,22 +12,6 @@ const RulesOfInferencePlaygroundPage = () => { }`} >