Skip to content

Commit

Permalink
change headings to English
Browse files Browse the repository at this point in the history
  • Loading branch information
mehm8128 committed Oct 3, 2024
1 parent c94fb26 commit 88a2802
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/_component/Background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SectionWrap from '@/components/SectionWrap'

export default function Background() {
return (
<SectionWrap headingText="経歴">
<SectionWrap headingText="Backgrounds">
<UList>
<ListItem>
2021年4月~2024年9月 東京工業大学 工学院情報通信系
Expand Down
2 changes: 1 addition & 1 deletion src/app/_component/Blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import SectionWrap from '@/components/SectionWrap'

export default function Blog() {
return (
<SectionWrap headingText="ブログ記事">
<SectionWrap headingText="Blogs">
<List>
<ListItem>
<StyledAnchor href="https://trap.jp/post/1775/">
Expand Down
2 changes: 1 addition & 1 deletion src/app/_component/Contribution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SectionWrap from '@/components/SectionWrap'

export default function Contribution() {
return (
<SectionWrap headingText="コントリビューション">
<SectionWrap headingText="Contributions">
<UList>
<ListItem>
<StyledAnchor href="https://github.com/biomejs/biome/pull/1551">
Expand Down
2 changes: 1 addition & 1 deletion src/app/_component/Event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SectionWrap from '@/components/SectionWrap'

export default function Event() {
return (
<SectionWrap headingText="イベント・大会">
<SectionWrap headingText="Events・Contests">
<UList>
<ListItem>
<StyledAnchor href="https://github.com/CyberAgentHack/web-speed-hackathon-2022">
Expand Down
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ export default async function Home() {
</div>

<div className={styles.sections}>
<SectionWrap headingText="所属">
<SectionWrap headingText="Affiliation">
<p>Cybozu (Frontend Engineer)、ex-traP</p>
</SectionWrap>
<SectionWrap headingText="スキル">
<SectionWrap headingText="skills">
<p>
Next.js、React、TypeScript、Storybook、Testing、a11y、Git、Go、Rust、Vue.js
</p>
Expand All @@ -59,12 +59,12 @@ export default async function Home() {
</div>

<p className={styles.lastUpdated}>
<span>最終更新日時</span>
<span>Last updated at</span>
<time dateTime={deployDateTime}>
{deployDateTime ? (
<>{formatDate(new Date(deployDateTime))} (UTC)</>
) : (
'取得できませんでした'
'Failed to get the last updated date'
)}
</time>
</p>
Expand Down

0 comments on commit 88a2802

Please sign in to comment.