Skip to content

Commit e1573c7

Browse files
authored
Merge branch 'main' into fix-icons-for-input
2 parents 0b04a65 + 55d27e6 commit e1573c7

File tree

1 file changed

+1
-1
lines changed
  • packages/components/_templates/mitosis/new

1 file changed

+1
-1
lines changed

packages/components/_templates/mitosis/new/tsx.ejs.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function DB<%= h.changeCase.pascal(name) %>(props: DB<%= h.change
2222
});
2323

2424
return (
25-
<div className={'db-<%= name %>' + (props.className ? ' ' + props.className : '')}>
25+
<div class={'db-<%= name %>' + (props.className ? ' ' + props.className : '')}>
2626
<Show when={state.stylePath}>
2727
<link rel="stylesheet" href={state.stylePath} />
2828
</Show>

0 commit comments

Comments
 (0)