Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 997f0e7

Browse files
committedAug 26, 2024·
Bugfix: missing quote
1 parent 1921e4e commit 997f0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/header/header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class Header extends LitElement {
8080
<nav
8181
className="hot-hidden hot-sm:flex hot-justify-between hot-items-center hot-gap-4 hot-font-semibold"
8282
>
83-
<sl-tab-group className="hot-flex-col>
83+
<sl-tab-group className="hot-flex-col">
8484
${this.tabs.map(
8585
(item, index) => html`
8686
<sl-tab

0 commit comments

Comments
 (0)
Please sign in to comment.