Skip to content

Commit

Permalink
change nakamoto url
Browse files Browse the repository at this point in the history
  • Loading branch information
talaikis committed Aug 16, 2020
1 parent 86012fd commit 2f136e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Footer = () => (
<div className="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 className="title-font font-medium text-gray-900 tracking-widest text-sm mb-3">Blockchain</h2>
<nav className="list-none mb-10">
<Link t="Nakamoto Wallet" u="https://nakamotowallet.org/" />
<Link t="Nakamoto Wallet" u="https://nakamoto.talaikis.com/" />
<Link t="Ethereum Wallet" u="https://wallet.talaikis.com/" />
<Link t="Blockhain development" u="https://blockchain.talaikis.com/" />
<Link t="Independence Act" u="https://act.talaikis.com/" />
Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const products = [
cat: cats[3],
title: 'Nakamoto Wallet',
txt: 'Nakamoto Wallet is mobile decentralized Ethereum wallet. Features include: multiple accounts, tokens, balances, data encryption, easy QR-code token and Ether transfers. Currently app taken off public view.',
urls: [{ u: 'https://nakamotowallet.org/', t: 'Web', i: <FaServer className="mx-auto" /> }],
urls: [{ u: 'https://nakamoto.talaikis.com/', t: 'Web', i: <FaServer className="mx-auto" /> }],
url: '/nakamoto-wallet',
image: '/static/images/nakamoto-wallet.png'
},
Expand Down

0 comments on commit 2f136e2

Please sign in to comment.