Skip to content

Commit

Permalink
<pre>
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Aug 2, 2023
1 parent 39b6c07 commit 4479b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ fn Home(cx: Scope) -> impl IntoView {
<Header1 text="Welcome to nix-browser" />
<div class="items-left">
<Header2 text="Nix Info" />
<p class="my-1">
<p class="my-1"><pre>
<Await
future=|_| nix::nix_info()
bind:data
>
{format!("{data:?}")}
</Await>
</p>
</pre></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 4479b31

Please sign in to comment.