Skip to content

Commit

Permalink
Merge pull request OpenEmojiBattler#4 from tash-2s/update-html-head
Browse files Browse the repository at this point in the history
Update html head tags, fix project descriptions
  • Loading branch information
tash-2s committed Mar 24, 2021
2 parents 71b053d + 0fe7673 commit cfee4a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open Emoji Battler

Open Emoji Battler is an open-source indie blockchain game, led by the community, working on-chain.
Open Emoji Battler is an open-source indie blockchain game, led by the community, running on-chain.

- [Website](https://game.open-emoji-battler.community/)
- [Forum](https://forum.open-emoji-battler.community/)
Expand All @@ -13,6 +13,7 @@ Open Emoji Battler is an open-source indie blockchain game, led by the community
- The game system is coded in Rust, built into Wasm, and used in both blockchain and web frontend
- Smooth transactions
- Feeless, using per-tx PoW (experimental)
- Web Workers
- Implicit tx with temporary session accounts
- The frontend is a SPA and uses Web Animations API to show battles

Expand Down
2 changes: 1 addition & 1 deletion front/src/components/pages/Dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Endpoint() {
<input ref={inputRef} type="text" size={50} defaultValue={getEndpoint()} />{" "}
<button onClick={change}>Change</button>
{" / "}
<button onClick={() => changeTo("production")}>Change to production</button>
<button onClick={() => changeTo("production")}>Change to PrototypeNet</button>
{" / "}
<button onClick={() => changeTo("local")}>Change to local</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion front/src/components/pages/Top/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function Top() {
<strong>Open Emoji Battler</strong>
<span>
{" "}
is an open-source indie blockchain game, led by the community, working on-chain.
is an open-source indie blockchain game, led by the community, running on-chain.
</span>
</h1>
</div>
Expand Down
5 changes: 4 additions & 1 deletion front/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex" />
<link
rel="icon"
href="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
/>
<title>Open Emoji Battler</title>
<meta
name="description"
content="Open Emoji Battler (OEB) is an open-source indie blockchain game, led by the community, running on-chain."
/>
</head>

<body>
Expand Down

0 comments on commit cfee4a1

Please sign in to comment.