Skip to content

Commit

Permalink
server/templates: Add social to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
xescugc committed Feb 3, 2024
1 parent 4c5f9a6 commit 7cf7975
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion client/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func wsHandler(ctx context.Context) {
var act *action.Action
err := wsjson.Read(ctx, wsc, &act)
if err != nil {
// TODO remove from the Room
log.Fatal(err)
}

Expand Down
Binary file modified server/assets/wasm/maze-wars.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions server/templates/views/layouts/layout.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
</main>
<footer class="mt-auto text-white-50">
<p>Created by <a href="https://twitter.com/xescugc">@xescugc</a>, code can be found in <a href="https://github.com/xescugc/maze-wars">GitHub</a></p>
<p>Join our <a href="https://discord.com/invite/BXCB9d9w">Discord</a>, <a href="https://www.reddit.com/r/maze_wars/">Reddit</a> or <a href="https://twitter.com/MazeWars">Twitter/X</a></p>
<p>Template from <a href="https://getbootstrap.com/docs/5.3/examples/cover/#">Bootstrap Cover</a>
</footer>
</div>
Expand Down

0 comments on commit 7cf7975

Please sign in to comment.