Skip to content

Commit 48b2a6d

Browse files
committed
fixed typo in documentation
1 parent 944f100 commit 48b2a6d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default (props) => {
2929
<DashboardLayout
3030
topnav={<div>Topnav</div>}
3131
sidenav={<div>Sidenav</div>}
32-
footer={<div>Topnav</div>}>
32+
footer={<div>Footer</div>}>
3333
Hello world!
3434
</DashboardLayout>
3535
);

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@typedbootstrap/admin-components",
33
"description": "A collection of reusable React components for creating admin dashboard interfaces",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"license": "MIT",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

src/Index.stories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default (props) => {
3030
<DashboardLayout
3131
topnav={<div>Topnav</div>}
3232
sidenav={<div>Sidenav</div>}
33-
footer={<div>Topnav</div>}>
33+
footer={<div>Footer</div>}>
3434
Hello world!
3535
</DashboardLayout>
3636
);

0 commit comments

Comments
 (0)