Skip to content

Commit

Permalink
Fix import statement for Button component in KubeCon NA 2024 blog post
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Nov 11, 2024
1 parent 1461fa4 commit f7b29c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/blog/2024/11-10-kubecon-na-2024/post.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource: false

import { BlogWrapper } from "../../Blog.style.js";
import { Link } from "gatsby";
import { Button } from "../../../../../reusecore/Button";
import Button from "../../../../reusecore/Button";

<BlogWrapper>

Expand Down

0 comments on commit f7b29c1

Please sign in to comment.