Skip to content

Commit

Permalink
Some Frezzy Branding
Browse files Browse the repository at this point in the history
  • Loading branch information
cpapplefamily committed Feb 10, 2025
1 parent 4cd27ff commit df05de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container">
<a class="navbar-brand" href="/">Cheesy Arena</a>
<a class="navbar-brand" href="/">Freezy Arena a fork of Cheesy Arena</a>
<ul class="navbar-nav me-auto">
<li class="nav-item dropdown">
<a href="#" class="nav-link" data-bs-toggle="dropdown" role="button">Setup</a>
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{{define "title"}}Home{{end}}
{{define "body"}}
<div class="p-5 mt-5 bg-body-tertiary rounded-3">
<h2 class="mb-4">Welcome to Cheesy Arena.</h2>
<h2 class="mb-4">Welcome to Freezy Arena a fork of Cheesy Arena.</h2>
<p>Use the navigation bar at the top to configure the event, play and score matches, view and print reports, or launch
displays.</p>
<p>For ad-hoc match control for testing or scrimmaging, go directly to <a href="/match_play">Match Play</a>.</p>
Expand Down

0 comments on commit df05de2

Please sign in to comment.