diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-18 09:56:59 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-18 09:56:59 +0900 |
| commit | 4319637bebc8dc034dc492913e70d21e3155463c (patch) | |
| tree | 0d6d22f67f122529b00a519960b176fb23db13fb /src/components/starlight/Breadcrumbs.astro | |
| parent | cf5b46633d08565c0b89974501dd67ff261b675b (diff) | |
Breadcrumbs.astro: 委員会・請願のラベルを追加
Diffstat (limited to 'src/components/starlight/Breadcrumbs.astro')
| -rw-r--r-- | src/components/starlight/Breadcrumbs.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/starlight/Breadcrumbs.astro b/src/components/starlight/Breadcrumbs.astro index bd65fec..4242c14 100644 --- a/src/components/starlight/Breadcrumbs.astro +++ b/src/components/starlight/Breadcrumbs.astro @@ -40,6 +40,7 @@ const breadcrumbList = { function labelMap(segment: string): string | null { const map: Record<string, string> = { 'ippan-situmon': '一般質問', + 'iinkai': '委員会・請願', 'about-dyslexia': 'ディスレクシアについて', 'gian-tou': '議案等', 'hattatu': '発達関連', |
