diff --git a/src/pages/author/{author.slug}/index.tsx b/src/pages/author/{author.slug}/index.tsx index 0b5f09e1..d3fbfaa3 100644 --- a/src/pages/author/{author.slug}/index.tsx +++ b/src/pages/author/{author.slug}/index.tsx @@ -19,7 +19,7 @@ const getSocialLink = ( } return ( - + {data} ); @@ -29,7 +29,7 @@ const getSocialLink = ( } return ( - + {data} ); @@ -39,7 +39,7 @@ const getSocialLink = ( } return ( - + {data} ); @@ -49,7 +49,7 @@ const getSocialLink = ( } return ( - + {data.name} );