Skip to content

Commit 647ab0d

Browse files
committed
feat(tutorial): added tutorial for copy link shortcut
1 parent d150e67 commit 647ab0d

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

components/buttons/copyLink.vue

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,7 @@
22
<div>
33
<button
44
type="button"
5-
class="
6-
inline-flex
7-
items-center
8-
justify-center
9-
gap-1
10-
p-2
11-
text-sm
12-
transition-transform
13-
transform
14-
rounded-md
15-
shadow
16-
outline-none
17-
justify-self-end
18-
focus:ring-4
19-
active:scale-y-75
20-
hover:scale-105 hover:shadow-lg
21-
copy-uri-button
22-
"
5+
class="inline-flex items-center justify-center gap-1 p-2 text-sm transition-transform transform rounded-md shadow outline-none justify-self-end focus:ring-4 active:scale-y-75 hover:scale-105 hover:shadow-lg copy-uri-button"
236
aria-label="Click here to copy url to clipboard"
247
id="copyLinkButton"
258
:class="{

0 commit comments

Comments
 (0)