Skip to content

Commit

Permalink
Link のサイズも修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
itizawa committed Dec 17, 2023
1 parent 90698b3 commit cd505f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[slug]/[date]/_components/NippoBreadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const NippoBreadcrumbs: FC<Props> = ({ objective, date }) => {
return (
<Breadcrumbs size="sm">
<BreadcrumbItem>
<Link href={URLS.SLUG(objective.slug)} className="text-black">
<Link size="sm" href={URLS.SLUG(objective.slug)} className="text-black">
{objective.name}
</Link>
</BreadcrumbItem>
Expand Down

0 comments on commit cd505f7

Please sign in to comment.