Skip to content

Commit

Permalink
added icon and link for keyboard gamomode to home index
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 15, 2024
1 parent e6e82cc commit a234594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions hiravrt/Controllers/Game/GameController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ public GameController() {
/// </summary>
/// <returns>EitherOr string address.</returns>
public string EitherOr() => "/eitheror";
public string Keyboard() => "/keyboard";
}
}
4 changes: 2 additions & 2 deletions hiravrt/Views/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</section>

<section class="gamemode-section" id="first-coming-soon-section">
<a title="New Gamemode Comming Soon">
<img class="pick-gamemode" src="img/game/coming-soon.svg" alt="HIRA.VRT gamemode coming soon" />
<a href="@mc.GameC.Keyboard()" title="Keyboard Gamemode">
<img class="pick-gamemode" src="img/game/keyboard-mode.svg" alt="HIRA.VRT gamemode with keyboard" />
</a>
</section>

Expand Down

0 comments on commit a234594

Please sign in to comment.