Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek Nijland committed Jan 30, 2020
1 parent 29f7d99 commit d5f385a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/loginForm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(() => ({
name: '@betty-blocks/default/LoginForm',
name: 'LoginForm',
icon: 'FormIcon',
category: 'FORM',
type: 'FORM',
Expand Down
10 changes: 5 additions & 5 deletions src/prefabs/loginForm.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(() => ({
name: '@betty-blocks/default/LoginForm',
name: 'LoginForm',
icon: 'FormIcon',
category: 'FORM',
structure: [
{
name: '@betty-blocks/default/LoginForm',
name: 'LoginForm',
options: [
{
value: '',
Expand Down Expand Up @@ -39,7 +39,7 @@
],
descendants: [
{
name: '@betty-blocks/default/TextInput',
name: 'TextInput',
options: [
{
value: 'Email',
Expand Down Expand Up @@ -77,7 +77,7 @@
descendants: [],
},
{
name: '@betty-blocks/default/TextInput',
name: 'TextInput',
options: [
{
value: 'Password',
Expand Down Expand Up @@ -115,7 +115,7 @@
descendants: [],
},
{
name: '@betty-blocks/default/SubmitButton',
name: 'SubmitButton',
options: [
{
value: 'Login',
Expand Down

0 comments on commit d5f385a

Please sign in to comment.