Skip to content

Commit d97b0db

Browse files
committed
fix: format ShareButtons.tsx with Prettier
1 parent 0a793aa commit d97b0db

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

components/ShareButtons.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ interface ShareButtonsProps {
55
title?: string;
66
}
77

8-
export default function ShareButtons({
9-
url,
10-
title = '',
11-
}: ShareButtonsProps) {
8+
export default function ShareButtons({ url, title = '' }: ShareButtonsProps) {
129
const linkedinUrl = `https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(
1310
url
1411
)}`;

0 commit comments

Comments
 (0)