Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Tackett <tackadam@amazon.com>
  • Loading branch information
Adam Tackett committed Aug 29, 2024
1 parent b882a2c commit f8fd8a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions public/components/overview/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,9 @@ export const Home = ({ ..._props }: HomeProps) => {
onClick: () => navigateToApp(card.url, '#/'),
getFooter: () => {
return (
// <EuiPanel color="subdued">
<EuiText size="s" textAlign="center">
{card.footer}
</EuiText>
// </EuiPanel>
);
},
}),
Expand Down

0 comments on commit f8fd8a1

Please sign in to comment.