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 b192994 commit 6169fedCopy full SHA for 6169fed
packages/documentation-framework/pages/404/index.js
@@ -6,7 +6,7 @@ import {
6
CardTitle,
7
CardBody,
8
CardFooter,
9
- CardHeaderMain,
+ CardHeader,
10
EmptyState,
11
EmptyStateBody,
12
EmptyStateIcon,
@@ -36,9 +36,9 @@ const Card404 = ({
36
}) => (
37
<GridItem xl={3} md={6} xs={12}>
38
<Card style={{ height: '340px' }}>
39
- <CardHeaderMain className="ws-404-card-header">
+ <CardHeader className="ws-404-card-header">
40
<img src={img} alt={alt} width="64px" />
41
- </CardHeaderMain>
+ </CardHeader>
42
<CardTitle>
43
{title}
44
</CardTitle>
0 commit comments