renamed edit button

This commit is contained in:
Sarah Faey 2022-12-12 22:37:47 +01:00
parent d7e9c722db
commit 778c262642

View file

@ -52,7 +52,7 @@
<table> <table>
<tr> <tr>
<th>Main Account</th> <th>Main Account</th>
<th>Edit</th> <th style="text-align: center;">Edit</th>
</tr> </tr>
<InputRadioGroup @bind-Value="_user.MainGW2Account"> <InputRadioGroup @bind-Value="_user.MainGW2Account">
@foreach(GuildWars2Account account in _user.GuildWars2Accounts) @foreach(GuildWars2Account account in _user.GuildWars2Accounts)
@ -64,7 +64,7 @@
<td> <td>
<div class="nav-item px-3"> <div class="nav-item px-3">
@{string navLink = $"gw2accountedit/{@account.GuildWars2AccountId}";} @{string navLink = $"gw2accountedit/{@account.GuildWars2AccountId}";}
<NavLink class="nav-link" href="@navLink">Edit</NavLink> <NavLink class="nav-link" href="@navLink">Edit Account and Builds</NavLink>
</div> </div>
</td> </td>
</tr> </tr>