Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
MH4GF committed Dec 21, 2024
1 parent 3ca8e50 commit 1d59314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/articles/[slug]/_features/ArticleMetaDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ArticleMetaDetail: FC<Props> = ({
<div className="mt-6 md:mt-8 flex justify-center items-center gap-3 md:gap-6 flex-col md:flex-row">
<span className="flex gap-2 items-center">
<MyAvatar />
<span className="text-left">
<span className="text-left inline-flex flex-col gap-1">
<span>Hirokata Miyagi</span>
<span className="text-xs text-foreground-sub">Software Engineer</span>
</span>
Expand Down

0 comments on commit 1d59314

Please sign in to comment.