Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Aug 16, 2024
1 parent fb6b26d commit 5adaea7
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/pages/cw-multi-test/app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,26 @@ tags: ["multitest", "App"]

# App

<p style={{ textAlign: "center", fontSize: "32pt", fontWeight: "bold" }}>App == Chain</p>
<div style={{ textAlign: "center", fontSize: "4em", fontWeight: "bold", verticalAlign: "middle" }}>
<div style={{ display: "inline-block", verticalAlign: "middle" }}>App</div>
<div style={{ display: "inline-block", verticalAlign: "middle", fontWeight: "normal" }}>
&nbsp;==&nbsp;
</div>
<div style={{ display: "inline-block", verticalAlign: "middle" }}>
<div style={{ position: "relative", top: "0.2em" }}>Chain</div>
<div
style={{
fontSize: "0.42em",
fontWeight: "bold",
top: "-0.3em",
position: "relative",
color: "green",
}}
>
SIMULATOR
</div>
</div>
</div>

```rust showLineNumbers copy
let app = App::default();
Expand Down

0 comments on commit 5adaea7

Please sign in to comment.