Skip to content

Commit

Permalink
fix(ui-kit/large-top-app-bar): exported function name (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Jan 30, 2024
2 parents e7a5374 + 978263f commit 8d86092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-kit/top-app-bar/large-top-app-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`<header
class="scroll z-sticky flex h-16 shrink-0 grow-0 select-none items-center bg-surface px-1 text-surface [&.scroll]:bg-surfaceContainer"

Check warning on line 8 in packages/ui-kit/top-app-bar/large-top-app-bar.ts

View workflow job for this annotation

GitHub Actions / Build & Lint Typescript

This line has a length of 138. Maximum allowed is 120
>
Expand Down

0 comments on commit 8d86092

Please sign in to comment.