Skip to content

Commit

Permalink
style: add className.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 21, 2021
1 parent 4c9c97d commit 51001c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detailsNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function detailsNode(title?: string): Element {
return {
type: 'element',
tagName: 'details',
properties: { open: true },
properties: { open: true, className: 'octicon octicon-video' },
children: [
{
type: 'element',
Expand Down

0 comments on commit 51001c7

Please sign in to comment.