We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04d71c commit 9f20962Copy full SHA for 9f20962
_components/CopyPage.tsx
@@ -37,9 +37,7 @@ export default function CopyPage({ file }: { file: string | undefined }) {
37
</summary>
38
39
<div class="mt-2 border border-foreground-tertiary rounded-md overflow-hidden bg-white dark:bg-gray-900">
40
- <button
41
- class="copy-page-link-btn flex items-start gap-3 w-full px-4 py-3 text-left hover:bg-background-secondary dark:hover:bg-gray-800 transition-colors"
42
- >
+ <button class="copy-page-link-btn flex items-start gap-3 w-full px-4 py-3 text-left hover:bg-background-secondary dark:hover:bg-gray-800 transition-colors">
43
<svg
44
xmlns="http://www.w3.org/2000/svg"
45
aria-hidden="true"
0 commit comments