Skip to content

Commit

Permalink
Merge pull request #7 from mcbeev/dsd-updates
Browse files Browse the repository at this point in the history
Dsd updates
  • Loading branch information
mcbeev authored Dec 12, 2023
2 parents 98a4031 + 4f2c13c commit 2f01e4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Components/TeamCard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
{

<h3 class="card-title">Current Score: @Team.TeamScore</h3>
<span class="team-current-frames-left">Frames: @(10-Team.TeamFramesLeft) completed (@Team.TeamFramesLeft left)</span>
<!-- <span class="team-current-frames-left">Frames: @(10-Team.TeamFramesLeft) completed (@Team.TeamFramesLeft left)</span> -->
<div class="cta col">
<button class="btn btn-primary dim" role="button" @onclick="@(() => DecrementScore())" disabled="@IsDisabled"><span class="oi oi-minus"></span> Point</button>
<button class="btn btn-primary" role="button" @onclick="@(() => IncrementScore())" disabled="@IsDisabled"><span class="oi oi-plus"></span> Point</button>
Expand Down
2 changes: 1 addition & 1 deletion Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="leaderboard">
<div class="jumbotron" style="display:@jumboDisplay">
<h1>Digital Summit Dallas<button class='btn btn-link pull-right' @onclick="@RemoveJumbo">x</button></h1>
<p>Highest scores for first and second place win a prize!</p>
<p>Highest scores for first and second place win a prize. Choose between this TV and a Switch!</p>
</div>

<div>
Expand Down
2 changes: 1 addition & 1 deletion Shared/NavMenu.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<button class="navbar-toggler" @onclick="ToggleNavMenu">
<span class="navbar-toggler-icon"></span>
</button>
<h1>CrossFit Rowling</h1>
<h1>Kontent.ai Scoreboard</h1>
</div>

<div class="@NavMenuCssClass" @onclick="ToggleNavMenu">
Expand Down

0 comments on commit 2f01e4d

Please sign in to comment.