Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Nov 15, 2023
1 parent 9a1085a commit aeac0fb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components/doc/common/docsectioncode.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,13 @@ export function DocSectionCode(props) {
</svg>
</Button>
)}
<Button type="button" onClick={copyCode} className="h-2rem w-2rem p-0 inline-flex align-items-center justify-content-center shadow-none" tooltip="Copy Code" tooltipOptions={{ position: 'bottom', className: 'doc-section-code-tooltip' }}>
<Button
type="button"
onClick={copyCode}
className="h-2rem w-2rem p-0 inline-flex align-items-center justify-content-center shadow-none"
tooltip="Copy Code"
tooltipOptions={{ position: 'bottom', className: 'doc-section-code-tooltip' }}
>
<i className="pi pi-copy"></i>
</Button>
</div>
Expand Down

0 comments on commit aeac0fb

Please sign in to comment.