diff --git a/src/layout/socialNav.tsx b/src/layout/socialNav.tsx index e65db8a..022f555 100644 --- a/src/layout/socialNav.tsx +++ b/src/layout/socialNav.tsx @@ -85,21 +85,23 @@ interface NavButtonProps { viewBox?: string } -const NavButton = ({ to, isActive, svgPath, viewBox='0 0 512 512' }: NavButtonProps) => ( +const NavButton = ({ to, isActive, svgPath, viewBox = '0 0 512 512' }: NavButtonProps) => ( -) +); + +