We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dada416 commit 836c4c2Copy full SHA for 836c4c2
components/algorithmsList/algorithmCard/index.tsx
@@ -20,13 +20,9 @@ export default function AlgorithmCard({ algorithm }: { algorithm: Algorithm }) {
20
const t = useTranslation();
21
22
return (
23
- <Card
24
- className={`elevateOnHover ${classes.stretchedCard}`}
25
- >
+ <Card className={`elevateOnHover ${classes.stretchedCard}`}>
26
<CardContent>
27
- <Breadcrumbs
28
- className={classes.breadcrumbs}
29
+ <Breadcrumbs className={classes.breadcrumbs}>
30
{algorithm.categories.map((category) => (
31
<Typography
32
variant="h6"
0 commit comments