Skip to content

Commit

Permalink
add the clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Sep 4, 2023
1 parent 36b2572 commit 632bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/Clipboard.vue
@@ -1,6 +1,6 @@
<template>
<button @click="copyToClipboard(content)"
class="py-1 px-2 bg-red-600 rounded-lg hover:bg-red-500 text-sm
class="py-1 px-2 bg-pink-500 hover:bg-pink-600 text-sm
font-semibold
text-white">
Copy
Expand Down

0 comments on commit 632bc5b

Please sign in to comment.