Run prettier
This commit is contained in:
parent
aa83a871dd
commit
417f69e0f1
34 changed files with 530 additions and 523 deletions
|
|
@ -1,9 +1,9 @@
|
|||
export function ExternalLink({
|
||||
href,
|
||||
children,
|
||||
children
|
||||
}: {
|
||||
href: string;
|
||||
children: React.ReactNode;
|
||||
href: string
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<a
|
||||
|
|
@ -25,5 +25,5 @@ export function ExternalLink({
|
|||
></path>
|
||||
</svg>
|
||||
</a>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue