Skip to content

Commit 58fdd83

Browse files
fix(copy_to_clipboard): has url break some implements
1 parent 179f6c2 commit 58fdd83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Managers/SocialsManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@ class SocialsManager
208208
'copy_to_clipboard' => [
209209
'name' => 'Clipboard To Copy',
210210
'key' => 'copy_to_clipboard',
211-
'sharer_url' => '{{ url }}',
212-
'placeholders' => ['url'],
211+
'sharer_url' => '',
212+
'placeholders' => [],
213213
'html' => [
214214
'attributes' => [
215215
'data-copy-to-clipboard-target' => 'clipboard-page-link',

0 commit comments

Comments
 (0)