mirror of
https://github.com/yudejp/yude.jp.git
synced 2025-01-23 04:57:21 +00:00
Add link to wishlist
This commit is contained in:
parent
083f474c8a
commit
c28d5a9c44
@ -1,5 +1,5 @@
|
||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
||||
import { faGithub, faTelegram, faXTwitter, faInstagram, faMastodon, faKeybase, faSteam, faLastfm, faTwitch, faSpotify } from '@fortawesome/free-brands-svg-icons'
|
||||
import { faGithub, faTelegram, faXTwitter, faInstagram, faMastodon, faKeybase, faSteam, faLastfm, faTwitch, faSpotify, faAmazon } from '@fortawesome/free-brands-svg-icons'
|
||||
import { faAnglesRight } from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
export default function Links() {
|
||||
@ -23,6 +23,14 @@ export default function Links() {
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div className="w-24 h-16">
|
||||
<a href="https://www.amazon.jp/hz/wishlist/ls/8WTKCPWKOJ2N?ref_=wl_share">
|
||||
<FontAwesomeIcon className="w-24 h-11" icon={faAmazon} />
|
||||
<span className="block dark:text-gray-400 text-center">
|
||||
Amazon Wishlist
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div className="w-24 h-16">
|
||||
<a href="https://keybase.io/yude">
|
||||
<FontAwesomeIcon className="w-24 h-11" icon={faKeybase} />
|
||||
|
Loading…
Reference in New Issue
Block a user