File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const currentLocale = Astro.currentLocale || "ja";
2727 >
2828 <a
2929 href ={ getRelativeLocaleUrl (currentLocale , " staffs" )}
30- class =" text-link" >Staffs </a
30+ class =" text-link" >Staff </a
3131 >
3232 <a
3333 href =" https://docs.google.com/document/d/1LxjzxHK23aTAFvGZeR-BpHf8sC6RKAqbImtnUtxQ3Yo/edit?tab=t.0#heading=h.n5j5dks9hlev"
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ const currentLocale = Astro.currentLocale || "ja";
243243 </a >
244244 </li >
245245 <li >
246- <a href ={ getRelativeLocaleUrl (currentLocale , " staffs" )} > Staffs </a >
246+ <a href ={ getRelativeLocaleUrl (currentLocale , " staffs" )} > Staff </a >
247247 </li >
248248 </ul >
249249 <a
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ import Layout from "../../layouts/Layout.astro";
44import " ../../styles/sub-page.css" ;
55---
66
7- <Layout title =" スタッフ" titleEn =" Staffs " >
7+ <Layout title =" スタッフ" titleEn =" Staff " >
88 <StaffList />
99</Layout >
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ import Layout from "../layouts/Layout.astro";
44import " ../styles/sub-page.css" ;
55---
66
7- <Layout title =" スタッフ" titleEn =" Staffs " >
7+ <Layout title =" スタッフ" titleEn =" Staff " >
88 <StaffList />
99</Layout >
You can’t perform that action at this time.
0 commit comments