Skip to content

Commit

Permalink
added use-cases page
Browse files Browse the repository at this point in the history
Signed-off-by: Hargun Kaur <[email protected]>
  • Loading branch information
hargunkaur286 committed Jul 22, 2024
1 parent 183e556 commit 99002d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/useCases/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const UseCases = () => {
{data.allMdx.nodes.map(({ id, frontmatter }) => (
<Col {...content && ID === id ? { xs: 12, sm: 12, lg: 12 } : { xs: 12, sm: 6, lg: 4 } } key={id} className="workshop-grid-col">
<div className="usecases-grid-card">
<Card frontmatter={{...frontmatter, eurl: frontmatter.eurl }} fields={{ slug: frontmatter.eurl }} />
<Card frontmatter={{ ...frontmatter, eurl: frontmatter.eurl }} fields={{ slug: frontmatter.eurl }} />
</div>
</Col>
))}
Expand Down

0 comments on commit 99002d7

Please sign in to comment.