Skip to content

Commit

Permalink
Merge pull request #37 from 0si43/develop
Browse files Browse the repository at this point in the history
英語対応した #5
  • Loading branch information
0si43 authored Oct 24, 2021
2 parents 72de2f7 + a1494cf commit 799f44f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/profile.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import Image from 'next/image'
import { useRouter } from 'next/router'
import BuyMeACoffeeWidget from '../components/coffee'
import OtherSites from '../components/otherSites'
import styles from '../styles/home/profile.module.css'

export default function Profile() {
const { locale } = useRouter()
return (
<div className={styles.profile}>
<div className={styles.left}>
Expand All @@ -14,8 +16,8 @@ export default function Profile() {
<BuyMeACoffeeWidget />
</div>
<div className={styles.right}>
<div className={styles.name}></div>
(しとみ)
<div className={styles.name}>{locale === 'ja' ? '蔀' : 'Shetommy'}</div>
{locale === 'ja' ? '(しとみ)' : ''}
<ul>
<li>iOSエンジニア</li>
<li>楽天イーグルスファン</li>
Expand Down

1 comment on commit 799f44f

@vercel
Copy link

@vercel vercel bot commented on 799f44f Oct 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.