From ccd08bc0f03cb59b351c19d78ac0f937a5270368 Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Mon, 25 Aug 2025 11:13:20 +0200 Subject: Moved breadcrum navigation into its own component --- frontend/src/pages/Rules/Rules.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/pages/Rules/Rules.tsx') diff --git a/frontend/src/pages/Rules/Rules.tsx b/frontend/src/pages/Rules/Rules.tsx index 9c7885c..20d301c 100644 --- a/frontend/src/pages/Rules/Rules.tsx +++ b/frontend/src/pages/Rules/Rules.tsx @@ -25,12 +25,12 @@ const Rules: React.FC = () => { }, []); return ( -
+
LPHUB | Rules {rulesText} -
+ ); }; -- cgit v1.2.3