Skip to content

Commit

Permalink
fix: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed May 10, 2024
1 parent dedc68a commit a37d096
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/scaffold/src/partials/w3m-header/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ export class W3mHeader extends LitElement {
></wui-icon-link>`
}

private separatorTemplate() {
if (!this.heading) {
return null
}

return html`<wui-separator></wui-separator>`
}

private getPadding() {
if (this.heading) {
return ['l', '2l', 'l', '2l'] as const
Expand Down

0 comments on commit a37d096

Please sign in to comment.