Skip to content

Commit

Permalink
chore: fix titles
Browse files Browse the repository at this point in the history
  • Loading branch information
shane-t committed Oct 11, 2023
1 parent a965642 commit f655161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/MetaMask/api-playground.git"
"url": "https://github.com/MetaMask/.git"
},
"scripts": {
"build": "gatsby build --prefix-paths",
Expand Down
2 changes: 1 addition & 1 deletion src/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.2.4",
"info": {
"title": "Ethereum Custodian API",
"version": "0.0.2",
"version": "3.0.0",
"description": "API for Ethereum Custodians"
},
"methods": [
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const MyApp: React.FC = () => {
<Grid container alignContent="center" alignItems="center" justify="center" direction="column">
<img className="logo" alt="logo" src="https://images.ctfassets.net/9sy2a0egs6zh/8u7FzS3aurD7ZpIBNnCBV/0ec2eaee46e0ccc9427badcf21029688/MetaMask-Inst.svg" style={{ paddingTop: "10%", width: "400px" }} />
<br />
<Typography variant="h1">MMI JSON-RPC</Typography>
<Typography variant="h1">Ethereum Custodian API</Typography>
<Typography gutterBottom style={{ paddingTop: "50px", paddingBottom: "20px" }} variant="inherit">
The JSON-RPC API for Ethereum Custodians
</Typography>
Expand Down

0 comments on commit f655161

Please sign in to comment.