diff --git a/components/GenerateContributorsJSX.tsx b/components/GenerateContributorsJSX.tsx index 9dec944..264e357 100644 --- a/components/GenerateContributorsJSX.tsx +++ b/components/GenerateContributorsJSX.tsx @@ -18,8 +18,8 @@ export default function generate_contributors_jsx( > {contributor.name} - {separator} - + + {separator} ); diff --git a/pages/article/[article_slug].tsx b/pages/article/[article_slug].tsx index fde1e6c..a4c2fcf 100644 --- a/pages/article/[article_slug].tsx +++ b/pages/article/[article_slug].tsx @@ -93,16 +93,16 @@ function Article(props: Props) {