Skip to content

Commit

Permalink
feat/frontend(2.0.5-rc) (#28)
Browse files Browse the repository at this point in the history
## Version [2.0.5-rc] (06/01/2023)

### 💡 REFACTOR

- Changed the Description and Added new Metas [INDEX]
  • Loading branch information
thiagosaud committed Jan 6, 2023
1 parent 57a8ba4 commit e993d9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,11 @@ Use the pattern below:
- Changed the Step Names and Added Env [OPENSSL]
- Changed The step Names [YMLS]

## Version [2.0.5-rc] (06/01/2023)

### :bulb: REFACTOR

- Changed the Description and Added new Metas [INDEX]

**THANK YOU FOR YOUR CONTRIBUTION TO THE PROJECT. 💖
BY [THIAGO DE BONIS CARVALHO SAAD SAUD SAUD](https://www.linkedin.com/in/thiagosaud/)**
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"compile": "yarn clean && npx hardhat compile",
"deploy:testnet": "yarn clean && yarn compile && npx hardhat run src/scripts/deploy.ts",
"verify:testnet": "npx hardhat verify --network goerli",
"test": "yarn clean && npx hardhat test --network hardhat",
"test": "npx hardhat clean && npx hardhat test --network hardhat",
"prettier:check": "prettier src/contracts/**/*.sol --check",
"lint-contracts:check": "npx solhint src/contracts/**/*.sol --max-warnings 0",
"lint:check": "eslint \"src/**/*.ts\" --max-warnings 0"
Expand Down
9 changes: 7 additions & 2 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#F7AB00" />
<meta name="msapplication-TileColor" content="#F7AB00" />
<meta name="author" content="THIAGO DE BONIS CARVALHO SAAD SAUD">
<meta name="description" content="Web site created using create-react-app" />
<meta name="robots" content="index, follow" />
<meta name="description"
content="This is our open source frontend project. In this project we can analyze the development of our dApp with reactjs, typescript, ethers and etc." />
<meta name="keywords" content="dApps, web3, blockchain, solidity, ethereum, metamask, smart contracts, TSE" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dapp-superior-electoral-court-thiagosaud.vercel.app/" />
<meta property="og:type" content="article" />
<meta property="og:title" content="dApp - Superior Electoral Court (TSE)" />
<meta property="og:site_name" content="dApp - Superior Electoral Court (TSE)" />
<meta property="og:description" content="Created By THIAGO SAUD" />
<meta property="og:image"
content="https://raw.githubusercontent.com/thiagosaud/dApp-superior-electoral-court/main/temp/imgs/social-preview.png" />
Expand Down

1 comment on commit e993d9d

@vercel
Copy link

@vercel vercel bot commented on e993d9d Jan 6, 2023

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.