Skip to content

Commit de140df

Browse files
authored
Update README.md
1 parent 34b5b33 commit de140df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ import { isGitlabAvailable, EntityGitlabContent } from '@loblaw/backstage-plugin
4545

4646
// Farther down at the serviceEntityPage declaration
4747
const serviceEntityPage = (
48-
<EntityLayout>
48+
<EntityLayout>
4949
{/* Place the following section where you want the tab to appear */}
5050
<EntityLayout.Route if={isGitlabAvailable} path="/gitlab" title="Gitlab">
5151
<EntityGitlabContent />
5252
</EntityLayout.Route>
53-
</EntityLayout>
54-
);
53+
</EntityLayout>
54+
);
5555
```
5656
3. Add the Gitlab cards to the Overview tab on the entity page(Optional).
5757

@@ -69,8 +69,8 @@ import {
6969
} from '@loblaw/backstage-plugin-gitlab';
7070

7171
//Farther down at the overviewContent declaration
72-
//Depends on user's need the individual card can be added or removed from the Grid item.
73-
const overviewContent = (
72+
//You can add only selected widgets or all of them.
73+
const overviewContent = (
7474
<Grid container spacing={3} alignItems="stretch">
7575
<EntitySwitch>
7676
<EntitySwitch.Case if={isGitlabAvailable}>

0 commit comments

Comments
 (0)