From 3c7d783a9c4553ae2032b6afe60af29a1835dc7a Mon Sep 17 00:00:00 2001 From: yude Date: Tue, 21 Sep 2021 13:12:56 +0900 Subject: [PATCH] Add link to my Amazon wishlist --- locales/en/profile.json | 3 ++- locales/ja/profile.json | 3 ++- pages/profile.js | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/locales/en/profile.json b/locales/en/profile.json index 421b6e0..4035458 100644 --- a/locales/en/profile.json +++ b/locales/en/profile.json @@ -19,5 +19,6 @@ "fingerprint": "Digital fingerprint", "view": "View", "device": "Devices", - "account": "Accounts" + "account": "Accounts", + "wishlist": "Amazon Wishlist" } \ No newline at end of file diff --git a/locales/ja/profile.json b/locales/ja/profile.json index 0b0c4d6..8620655 100644 --- a/locales/ja/profile.json +++ b/locales/ja/profile.json @@ -19,5 +19,6 @@ "fingerprint": "電子指紋", "view": "閲覧", "device": "デバイス", - "account": "アカウント" + "account": "アカウント", + "wishlist": "Amazon ほしいものリスト" } \ No newline at end of file diff --git a/pages/profile.js b/pages/profile.js index 7572bb0..165e5ad 100644 --- a/pages/profile.js +++ b/pages/profile.js @@ -5,7 +5,7 @@ import Layout from "./components/Layout" import useTranslation from 'next-translate/useTranslation' // Font Awesome -import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram, faMastodon, faSteam } from '@fortawesome/free-brands-svg-icons' +import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram, faMastodon, faSteam, faAmazon } from '@fortawesome/free-brands-svg-icons' import { faEnvelope, faBirthdayCake, faMapPin, faSchool, faPhone, faInfo, faLink, faMobile } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' @@ -115,7 +115,8 @@ export default function Profile(props) {