diff --git a/components/blog-post.tsx b/components/blog-post.tsx index 6b3b229..16cb5ef 100644 --- a/components/blog-post.tsx +++ b/components/blog-post.tsx @@ -10,7 +10,7 @@ import { dayjsTz } from '@/lib/utils'; import { GithubIcon, LinkIcon, LinkedinIcon, MailIcon, XIcon } from 'lucide-react'; import { useRouter } from 'next/router'; import { Link, useConfig } from "nextra-theme-docs"; -import React from 'react'; +import React, { Fragment } from 'react'; import { SubscribeDialog } from './blog'; import Picture from './picture'; @@ -67,7 +67,7 @@ export function Avatar({ username }: { username: string }) { sr = "twitter"; } return ( - <> +
{sr}
- +
) })}