Skip to content

Commit 587c0bb

Browse files
chore: hide copy button (#572)
* hide copy button * only hide button on tutorial --------- Co-authored-by: Rich Harris <[email protected]>
1 parent 0426805 commit 587c0bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/svelte.dev/src/routes/tutorial/[...slug]/Sidebar.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@
145145
.desktop {
146146
display: none;
147147
}
148+
149+
.copy-to-clipboard {
150+
display: none;
151+
}
148152
}
149153
}
150154

0 commit comments

Comments
 (0)