Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Jun 27, 2024
1 parent 3774881 commit 160b14f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions met-web/src/components/landing/EngagementTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const EngagementTile = ({ passedEngagement, engagementId }: EngagementTileProps)
const { name, banner_url } = loadedEngagement;

return (
// <Link sx={{ textDecoration: 'none' }} tabIndex={-1}>
<ThemeProvider theme={isHovered || isFocused ? DarkTheme : BaseTheme}>
<Card
className={isActive ? 'active' : ''}
Expand Down Expand Up @@ -200,7 +199,6 @@ const EngagementTile = ({ passedEngagement, engagementId }: EngagementTileProps)
</CardActionArea>
</Card>
</ThemeProvider>
// </Link>
);
};

Expand Down

0 comments on commit 160b14f

Please sign in to comment.