Skip to content

Commit

Permalink
Remove ribbon
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Aug 14, 2024
1 parent 5ee19f9 commit 39d7b0e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions components/resource-list/resource-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,7 @@ export const LaunchpadList = ({ title, templates, className = "" }) => {
);
};

const shouldShowRibbon = (product) => {
if (product?.isLaunchpadTemplate) {
return "Customise";
}

const shouldShowRibbon = () => {
return false;
};

Expand Down

0 comments on commit 39d7b0e

Please sign in to comment.