Copy the BadgesAndAchievements.jsx file or code from Battleground and add it to Practice without making any changes.
At the top of the screen, add a toggle switch that allows users to switch between the Dashboard and Badges. One way to achieve this is by creating a parent layout component that imports both Dashboard.jsx and BadgesAndAchievements.jsx.

Copy the
BadgesAndAchievements.jsxfile or code from Battleground and add it to Practice without making any changes.At the top of the screen, add a toggle switch that allows users to switch between the Dashboard and Badges. One way to achieve this is by creating a parent layout component that imports both
Dashboard.jsxandBadgesAndAchievements.jsx.