Skip to content

Commit a833ae7

Browse files
Shareable link (#609)
* fix(shareable-link): tooltips duplicated * fix(shareable-link): change tooltip text Co-authored-by: Dmitriy Potychkin <dmitriy.traceable.ai>
1 parent 8c1222e commit a833ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/components/src/copy-shareable-link-to-clipboard/copy-shareable-link-to-clipboard.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ import { ButtonSize } from '../button/button';
1010
styleUrls: ['./copy-shareable-link-to-clipboard.component.scss'],
1111
changeDetection: ChangeDetectionStrategy.OnPush,
1212
template: `
13-
<div class="shareable-link" htTooltip="Copy shareable url link to clipboard">
13+
<div class="shareable-link">
1414
<ht-copy-to-clipboard
1515
[size]="this.size"
1616
icon="${IconType.Share}"
1717
[text]="this.shareableUrl$ | async"
18+
tooltip="Copy shareable url link to clipboard"
1819
></ht-copy-to-clipboard>
1920
</div>
2021
`

0 commit comments

Comments
 (0)