Skip to content

Commit

Permalink
Remove second header
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim committed Oct 2, 2024
1 parent cfa2b93 commit e1d5f4b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,22 @@
},
"_or": {
"newLine": true,
"type": "header",
"type": "staticText",
"text": "OR",
"size": 3
"xl": 6,
"lg": 12,
"md": 12,
"sm": 12,
"xs": 12,
"style": {
"font-size": "16px",
"text-align": "center"
}
},
"_divider2": {
"newLine": true,
"type": "divider",
"color": "secondary"
},
"username": {
"newLine": true,
Expand Down

0 comments on commit e1d5f4b

Please sign in to comment.