Skip to content

Commit f5f933c

Browse files
committed
fixing label for sign in button
1 parent 905a823 commit f5f933c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/layouts/_nav.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<% end %>
2727
<% end %>
2828
<div class="nav__signup__button">
29-
<%= btn_link_to "Sign in", "https://apply.brickhack.io/users/sign_in" %>
30-
</div>
29+
<%= btn_link_to "Sign In", "https://apply.brickhack.io/users/sign_in" %>
30+
</div>
3131
<!-- %a.nav__link{ href: "https://brickhackv.devpost.com", target: 'blank' }= 'Prizes' -->
3232
</div>
3333
</div>

0 commit comments

Comments
 (0)