diff --git a/packages/ui-kit/top-app-bar/large-top-app-bar.ts b/packages/ui-kit/top-app-bar/large-top-app-bar.ts index 13413833..8f4ef70b 100644 --- a/packages/ui-kit/top-app-bar/large-top-app-bar.ts +++ b/packages/ui-kit/top-app-bar/large-top-app-bar.ts @@ -3,7 +3,7 @@ import {html, nothing} from '@alwatr/fract'; import {endIconListTemplate, type CenterTopAppBarContent} from './center-top-app-bar.js'; import {iconButton} from '../icon-button/icon-button.js'; -export const centerTopAppBar = (content: CenterTopAppBarContent) => +export const largeTopAppBar = (content: CenterTopAppBarContent) => html`