diff --git a/public/app/features/dashboard/components/DashNav/DashNav.tsx b/public/app/features/dashboard/components/DashNav/DashNav.tsx index 52ced1ac177..ffd013ebcf8 100644 --- a/public/app/features/dashboard/components/DashNav/DashNav.tsx +++ b/public/app/features/dashboard/components/DashNav/DashNav.tsx @@ -188,7 +188,13 @@ export const DashNav = React.memo((props) => { if (dashboard.meta.publicDashboardEnabled) { // TODO: This will be replaced with the new badge component. Color is required but gets override by css buttons.push( - + ); }