Skip to content

Commit

Permalink
Bugfix: missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Aug 26, 2024
1 parent 1921e4e commit 997f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class Header extends LitElement {
<nav
className="hot-hidden hot-sm:flex hot-justify-between hot-items-center hot-gap-4 hot-font-semibold"
>
<sl-tab-group className="hot-flex-col>
<sl-tab-group className="hot-flex-col">
${this.tabs.map(
(item, index) => html`
<sl-tab
Expand Down

0 comments on commit 997f0e7

Please sign in to comment.