From ae31962cd7ef69da8a2d76b4984d960013b9b5d5 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 2 Apr 2024 19:04:42 +0100 Subject: [PATCH] added game layout --- src/components/familyResources/FamGames.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/familyResources/FamGames.jsx b/src/components/familyResources/FamGames.jsx index cb23c42..e56d6f7 100644 --- a/src/components/familyResources/FamGames.jsx +++ b/src/components/familyResources/FamGames.jsx @@ -239,7 +239,7 @@ export default function FamGames() { breadcrumb = { [ { link: "/", title: "Home" }, - { link: "/work-in-progress", title: "Games and Interest", active: true}, + { link: "/work-in-progress", title: "Games and Interest", active: true}, ] } />