Skip to content

Commit 1cec477

Browse files
committed
fix: fixed tabs-package-manager example
1 parent c4c24c0 commit 1cec477

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
import { CodeBlockTabsPkg } from "@/components/code-block/blocks/copy-with-tabs-package-manager";
22

33
const CopyWithPkgManagerExample = () => {
4-
return (
5-
<CodeBlockTabsPkg
6-
type="install"
7-
title="Install React-Symbols Icons"
8-
command="@react-symbols/icons"
9-
/>
10-
);
4+
return <CodeBlockTabsPkg type="install" command="@react-symbols/icons" />;
115
};
126

137
export default CopyWithPkgManagerExample;

0 commit comments

Comments
 (0)