Skip to content

Commit 9f20962

Browse files
committed
format
1 parent b04d71c commit 9f20962

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_components/CopyPage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ export default function CopyPage({ file }: { file: string | undefined }) {
3737
</summary>
3838

3939
<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-
>
40+
<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">
4341
<svg
4442
xmlns="http://www.w3.org/2000/svg"
4543
aria-hidden="true"

0 commit comments

Comments
 (0)