Skip to content

Commit 04b0a05

Browse files
Remove copy button in examples
1 parent 52d5511 commit 04b0a05

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

resources/views/settings/partials/usage-examples.blade.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
<pre class="bg-dark text-light p-3 rounded" style="font-size: 0.875rem;"><code id="curl-example">curl -X GET "{{ $baseUrl }}/products" \
1212
-H "Accept: application/json" \
1313
-H "X-API-KEY: your-api-key-here"</code></pre>
14-
<x-core::copy
15-
:copyableState="''"
16-
copyableMessage="Code copied to clipboard!"
17-
class="btn btn-sm btn-outline-light position-absolute top-0 end-0 m-2 copy-button"
18-
data-clipboard-target="#curl-example"
19-
/>
2014
</div>
2115
</div>
2216

@@ -32,12 +26,6 @@ class="btn btn-sm btn-outline-light position-absolute top-0 end-0 m-2 copy-butto
3226
})
3327
.then(response => response.json())
3428
.then(data => console.log(data));</code></pre>
35-
<x-core::copy
36-
:copyableState="''"
37-
copyableMessage="Code copied to clipboard!"
38-
class="btn btn-sm btn-outline-light position-absolute top-0 end-0 m-2 copy-button"
39-
data-clipboard-target="#js-example"
40-
/>
4129
</div>
4230
</div>
4331
</div>

0 commit comments

Comments
 (0)