Skip to content

Commit 6e87466

Browse files
authored
fix(guard): Correct typo in login page (#80)
1 parent e6be51b commit 6e87466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guard/templates/login.html.eex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<div class="wp-block-button has-custom-width wp-block-button__width-100 has-custom-font-size is-style-v8-dropshadow has-font-down-2-font-size">
6161
<a class="wp-block-button__link has-v-8-black-color has-v-8-white-background-color has-text-color has-background has-link-color has-border-color wp-element-button" href="<%= @github %>" style="border-color:#CCCCCC;border-width:1px;border-radius:8px">
6262
<img decoding="async" width="22" height="22" class="wp-image-23604" style="width: 22px;" src="https://semaphoreci.com/wp-content/uploads/2024/04/github.svg" alt="">
63-
<strong>Login with Github</strong>
63+
<strong>Login with GitHub</strong>
6464
</a>
6565
</div>
6666
<% end %>

0 commit comments

Comments
 (0)