Skip to content

Commit 5d812d9

Browse files
committed
docs(code-copy): change look to link
1 parent 230c01b commit 5d812d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/code-copy/code-copy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const CodeCopy = component$<CodeCopyProps>(({ code = '', ...props }) => {
1313
return (
1414
<Button
1515
{...props}
16-
look="ghost"
16+
look="link"
1717
title={copied.value ? 'Copied to Clipboard' : 'Copy to Clipboard'}
1818
class={cn(props.class)}
1919
onClick$={async () => {

0 commit comments

Comments
 (0)