aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/components/BorderedContainerWithCaption.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-03-15 23:43:52 +0900
committernsfisis <nsfisis@gmail.com>2025-03-15 23:43:52 +0900
commit830010167d44b2419344fa2b6c81a137948a0f94 (patch)
treeab16e524e030b0f768d64e7944ca880171132d80 /frontend/app/components/BorderedContainerWithCaption.tsx
parent17c1fbe0f8565f191a191138bebac7409512962e (diff)
downloadiosdc-japan-2025-albatross-830010167d44b2419344fa2b6c81a137948a0f94.tar.gz
iosdc-japan-2025-albatross-830010167d44b2419344fa2b6c81a137948a0f94.tar.zst
iosdc-japan-2025-albatross-830010167d44b2419344fa2b6c81a137948a0f94.zip
feat(frontend): update top page
Diffstat (limited to 'frontend/app/components/BorderedContainerWithCaption.tsx')
-rw-r--r--frontend/app/components/BorderedContainerWithCaption.tsx2
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>