Skip to content

Commit

Permalink
fix: change HTML tag from div to p
Browse files Browse the repository at this point in the history
  • Loading branch information
yoezlem committed Apr 10, 2024
1 parent c141a09 commit e165430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default {
export const Default = {
render: (args: any) => {
return generateTemplate({
options: { templateContent: '<div class="%CLASSES%">%SLOT%</time>' },
options: { templateContent: '<p class="%CLASSES%">%SLOT%</p>' },
args
});
}
Expand Down

0 comments on commit e165430

Please sign in to comment.