Skip to content

Commit

Permalink
use quotes for playground goal (#1941)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjun3 authored Aug 11, 2024
1 parent e093c9b commit 55db07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos/Pages/Games/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<a class="nav-link@(goal==Model.Game.PlaygroundGoals.First() ? " active" : "")"
href="#tab-goal-@(goal.Id)"
data-bs-toggle="tab">
@goal.Name
"@(goal.Name)"
</a>
</li>
}
Expand Down

0 comments on commit 55db07d

Please sign in to comment.