Skip to content

Commit 49b40bd

Browse files
feat(marketplace): removing view plugins button (#599)
* feat(marketplace): removing view plugins button Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> * adding changeset file Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com> --------- Signed-off-by: its-mitesh-kumar <itsmiteshkumar98@gmail.com>
1 parent 393fb40 commit 49b40bd

2 files changed

Lines changed: 5 additions & 10 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-marketplace': patch
3+
---
4+
5+
removing `View plugins` button from no plugins found page

workspaces/marketplace/plugins/marketplace/src/components/MarketplaceCatalogContent.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ const NoPluginsFound = () => (
5050
available plugins.
5151
</Typography>
5252
<Grid container spacing={2}>
53-
<Grid item>
54-
<LinkButton
55-
variant="contained"
56-
color="primary"
57-
to="https://developers.redhat.com/rhdh/plugins#redhatnotpreinstalled"
58-
externalLinkIcon
59-
>
60-
View plugins
61-
</LinkButton>
62-
</Grid>
6353
<Grid item>
6454
<LinkButton
6555
variant="outlined"

0 commit comments

Comments
 (0)