Skip to content

Commit

Permalink
update about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Jan 7, 2024
1 parent c981ce4 commit 0a2f2ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/AboutDialog.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

<svelte:window on:keydown={handleKeydown}/>

<sl-dialog label="Gamez!: UI v0.2.1 for DNA v0.2.x" bind:this={dialog} width={600} >
<sl-dialog label="Gamez!: UI v0.3.1 for DNA v0.2.x" bind:this={dialog} width={600} >
<div class="about">
<p>Gamez! is a demonstration Holochain app built by the Holochain Foundation.</p>
<p> <b>Developers:</b>
Check out this hApp's source-code <a href="https://github.com/holochain-apps/gamez">in our github repo</a>.
This project's real-time syncronization is powered by <a href="https://github.com/holochain/syn">Syn</a>,
a library that makes it really easy to build this kind of real-time collaboaration into Holochain apps.
</p>
<p class="small">Copyright © 2023 Holochain Foundation. This software is distributed under the MIT License</p>
<p class="small">Copyright © 2023-2024 Holochain Foundation. This software is distributed under the MIT License</p>
</div>
</sl-dialog>

Expand Down

0 comments on commit 0a2f2ce

Please sign in to comment.