We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b54e4d commit ee9c940Copy full SHA for ee9c940
templates/home.tmpl
@@ -3,7 +3,7 @@
3
<div class="ui stackable middle very relaxed page grid">
4
<div class="sixteen wide center aligned centered column">
5
<img width="75%" src="{{AppSubUrl}}/img/logo.svg"/><br>
6
- <a href="/user/sing_up"><button class="ui button huge blue">{{.i18n.Tr "auth.sign_up_now" | Str2html}}</button></a>
+ <a href="/user/sing_up"><button style='border-radius:50vh;' class="ui button huge blue">{{.i18n.Tr "auth.sign_up_now" | Str2html}}</button></a>
7
</div>
8
9
{{if eq .Lang "undefined"}}
0 commit comments