Skip to content

Commit

Permalink
ethereum fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Jul 22, 2024
1 parent 844828f commit 3c35d7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/website/src/app/(home)/components/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Skills: FC = () => {
React: Typescript, Nextjs, Vercel, Redux, GraphQL, React Native;
</li>
<li>Cloud Development: AWS, Azure, Google Cloud;</li>
<li>Blockchain EVM / Etherium: Solidity, Hardhat, Foundry;</li>
<li>Blockchain EVM / Ethereum: Solidity, Hardhat, Foundry;</li>
<li>
Blockchain Custody Wallet: Cosmos, Algorand, Binance Smart Chain,
Elrond, Polygon;
Expand Down
4 changes: 2 additions & 2 deletions apps/website/src/app/demos/dashboard-etherium-restake/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {coingeckoIds} from './db'

const assets = coingeckoIds.join(', ')

const title = 'Coingecko: etherium restake price checker'
const description = `Etherium restake price checker. Monitoring assets are ${assets}`
const title = 'Coingecko: Ethereum restake price checker'
const description = `Ethereum restake price checker. Monitoring assets are ${assets}`
const canonical = '/demos/dashboard-etherium-restake'

const props: InternalMetadata = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type {Position, ResumePosition} from '@/types'

const technologies = [
'HyperLedger Besu',
'Etherium',
'Ethereum',
'etherjs',
'web3js',
'Typescript',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const PropineLetter: FC = () => {
<MarketPlace text="Worldwide and Singapore" />
<HeadQuater text="Singapore and USA" />
<Position text="Blockchain Staff Engineer" />
<Technologies technologies="Nodejs, AWS, Docker, Kubernetes, React, Nextjs, Etherium, Algorand, Cosmos" />
<Technologies technologies="Nodejs, AWS, Docker, Kubernetes, React, Nextjs, Ethereum, Algorand, Cosmos" />
<PersonInfo
name="Wong Liang Zan"
source={source}
Expand Down

0 comments on commit 3c35d7c

Please sign in to comment.