We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8095f8c commit 00e2845Copy full SHA for 00e2845
1 file changed
public/views/signin-modal.ejs
@@ -58,8 +58,8 @@
58
</div>
59
<div class="form-group">
60
<div class="col-sm-12">
61
- <button type="submit" class="btn btn-default" formaction="<%- url %>/register">Register</button>
62
<button type="submit" class="btn btn-primary" formaction="<%- url %>/login">Sign in</button>
+ <button type="submit" class="btn btn-default" formaction="<%- url %>/register">Register</button>
63
64
65
</form>
0 commit comments