Skip to content

Commit a6e2478

Browse files
authored
Fix typo in css for the sign in page template
1 parent 1209c63 commit a6e2478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func getTemplates() *template.Template {
6161
.btn:hover {
6262
background-color: #3071a9;
6363
border-color: #285e8e;
64-
ext-decoration: none;
64+
text-decoration: none;
6565
}
6666
label {
6767
display: inline-block;

0 commit comments

Comments
 (0)