Skip to content

Commit

Permalink
3
Browse files Browse the repository at this point in the history
  • Loading branch information
k35o committed Aug 31, 2024
1 parent 53164cf commit ccfa3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/blog/_components/blog-layout/blog-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const BlogLayout: FC<{
}> = ({ children, updatedAt }) => {
return (
<div className="flex flex-col gap-4">
<article className="rounded-lg bg-bgBase/90 px-2 py-14 pt-4 sm:px-10">
<article className="rounded-lg bg-bgBase/90 px-3 py-14 pt-4 sm:px-10">
<p className="text-end text-textDescription">
{updatedAt}に公開
</p>
Expand Down

0 comments on commit ccfa3f1

Please sign in to comment.