diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-15 23:43:52 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-15 23:43:52 +0900 |
| commit | 830010167d44b2419344fa2b6c81a137948a0f94 (patch) | |
| tree | ab16e524e030b0f768d64e7944ca880171132d80 /frontend/app/components/BorderedContainerWithCaption.tsx | |
| parent | 17c1fbe0f8565f191a191138bebac7409512962e (diff) | |
| download | phperkaigi-2025-albatross-830010167d44b2419344fa2b6c81a137948a0f94.tar.gz phperkaigi-2025-albatross-830010167d44b2419344fa2b6c81a137948a0f94.tar.zst phperkaigi-2025-albatross-830010167d44b2419344fa2b6c81a137948a0f94.zip | |
feat(frontend): update top page
Diffstat (limited to 'frontend/app/components/BorderedContainerWithCaption.tsx')
| -rw-r--r-- | frontend/app/components/BorderedContainerWithCaption.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/BorderedContainerWithCaption.tsx b/frontend/app/components/BorderedContainerWithCaption.tsx index 0fee425..5446ddc 100644 --- a/frontend/app/components/BorderedContainerWithCaption.tsx +++ b/frontend/app/components/BorderedContainerWithCaption.tsx @@ -13,7 +13,7 @@ export default function BorderedContainerWithCaption({ return ( <BorderedContainer> <div className="flex flex-col gap-4"> - <h2 className="text-center text-lg">{caption}</h2> + <h2 className="text-center text-lg font-semibold">{caption}</h2> {children} </div> </BorderedContainer> |
