Skip to content

Commit 16be2cb

Browse files
add spacing between register button's icon and text
1 parent fa92692 commit 16be2cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/base/head_navbar.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@
175175
{{else}}
176176
{{if .ShowRegistrationButton}}
177177
<a class="item{{if .PageIsSignUp}} active{{end}}" href="{{AppSubUrl}}/user/sign_up">
178-
{{svg "octicon-person"}} {{ctx.Locale.Tr "register"}}
178+
{{svg "octicon-person"}}
179+
<span class="tw-ml-1">{{ctx.Locale.Tr "register"}}</span>
179180
</a>
180181
{{end}}
181182
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow" href="{{AppSubUrl}}/user/login{{if not .PageIsSignIn}}?redirect_to={{.CurrentURL}}{{end}}">

0 commit comments

Comments
 (0)