Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 22, 2024
1 parent 98d5df1 commit 7b7e1d3
Show file tree
Hide file tree
Showing 16 changed files with 3,109 additions and 3,113 deletions.
3 changes: 1 addition & 2 deletions Header/Header.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type HeaderProps = {
serviceTagline?: ReactNode;
navigation?: MainNavigationProps.Item[] | ReactNode;
/** There should be at most three of them */
quickAccessItems?: (HeaderProps.QuickAccessItem | ReactNode)[];
quickAccessItems?: (HeaderProps.QuickAccessItem | JSX.Element | null)[];
operatorLogo?: {
orientation: "horizontal" | "vertical";
/**
Expand Down Expand Up @@ -100,7 +100,6 @@ export declare const useTranslation: () => {
}>;
}) => void;
export type HeaderQuickAccessItemProps = {
id?: string;
className?: string;
quickAccessItem: HeaderProps.QuickAccessItem;
};
Expand Down
40 changes: 21 additions & 19 deletions Header/Header.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Header/Header.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 7b7e1d3

Please sign in to comment.