Skip to content

Commit

Permalink
Dapp1: updated header (#69)
Browse files Browse the repository at this point in the history
* Dapp1: updated header

* Dapp1: updated header
  • Loading branch information
charunb authored Sep 23, 2024
1 parent b66a013 commit e3b3d10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3um-group/atomic-sdk",
"version": "1.0.21",
"version": "1.0.22",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
3 changes: 2 additions & 1 deletion src/components/organisms/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ interface HeaderProps {
showAuthElements?: boolean;
logoProps: Omit<LogoProps, 'className'>;
useAuth?: () => UseAuthResult;
sidebarProps?: React.ComponentProps<typeof Sidebar>;
sidebarProps?: React.ComponentProps<typeof Sidebar> & { children?: React.ReactNode };

}

const Header: React.FC<HeaderProps> = ({
Expand Down

0 comments on commit e3b3d10

Please sign in to comment.