aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/LinkWithIcon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LinkWithIcon.tsx b/src/components/LinkWithIcon.tsx
index 9f3aeb8..e7fcbb8 100644
--- a/src/components/LinkWithIcon.tsx
+++ b/src/components/LinkWithIcon.tsx
@@ -7,7 +7,7 @@ export default function LinkWithIcon({
target = '_blank',
}: {
href: string;
- children: React.ReactNode;
+ children?: React.ReactNode;
className?: string;
target?: React.HTMLAttributeAnchorTarget;
}) {