Skip to content

Commit

Permalink
Revert "und - Use GHPages indicator"
Browse files Browse the repository at this point in the history
This reverts commit 9e3cadc.
  • Loading branch information
AptiviCEO committed Aug 15, 2024
1 parent 9e3cadc commit 094dbb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
13 changes: 0 additions & 13 deletions Demos/Data/Settings.cs

This file was deleted.

6 changes: 3 additions & 3 deletions Demos/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Dictionary API. This is based on Nettify.
</td>
<td>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo(Settings.usesGhPages ? "/Demos" : "" + "/define"))">
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("/Demos/define"))">
<span class="oi oi-media-play" aria-hidden="true" />
</button>
</td>
Expand All @@ -50,7 +50,7 @@
list of all the English-pronounced names. This is based on Textify and our words list.
</td>
<td>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo(Settings.usesGhPages ? "/Demos" : "" + "/namefind"))">
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("/Demos/namefind"))">
<span class="oi oi-media-play" aria-hidden="true" />
</button>
</td>
Expand All @@ -64,7 +64,7 @@
list of all the English-pronounced names. This is based on Textify and our words list.
</td>
<td>
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo(Settings.usesGhPages ? "/Demos" : "" + "/namegen"))">
<button class="btn btn-primary" @onclick="@(e => NavManager.NavigateTo("/Demos/namegen"))">
<span class="oi oi-media-play" aria-hidden="true" />
</button>
</td>
Expand Down

0 comments on commit 094dbb1

Please sign in to comment.