Skip to content

Commit

Permalink
chore: demo my pr
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Boros <[email protected]>
  • Loading branch information
gabor-boros committed Oct 24, 2023
1 parent 3cdcc1f commit d8eb08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Dashboard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Dashboard = () => {

return (
<div id="dashboard-container" className="d-flex flex-column p-2 pt-0">
<h1 className="sr-only">{pageTitle}</h1>
<h1 className="sr-only">Welcome to the MFE PR sandbox demo!</h1>
{!initIsPending && (
<>
{hasAvailableDashboards && <EnterpriseDashboardModal />}
Expand Down

0 comments on commit d8eb08d

Please sign in to comment.