Skip to content

Commit

Permalink
Change register view buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawus committed Jun 26, 2024
1 parent 859c08f commit eddc5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TutorLizard.Web/Views/Account/Register.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
<span asp-validation-for="Password" class="text-danger"></span>
</div>
<div class="form-group my-2">
<input type="submit" value="Register" class="btn btn-primary" />
<input type="submit" value="Register" class="btn btn-dark" />
</div>
</form>
</div>
<div class="col-md-4 user-container">
<h2 class="title-3">Stwórz konto z Google</h2>
<div>
<a asp-controller="Account" asp-action="GoogleLogin" class="btn btn-primary">Sign In with Google</a>
<a asp-controller="Account" asp-action="GoogleLogin" class="btn btn-dark">Sign In with Google</a>
</div>
</div>
</div>
Expand Down

0 comments on commit eddc5a1

Please sign in to comment.