File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ <h2 class="text-center">Register</h2>
37
37
< input id ="currency " name ="currency " type ="text " maxlength ="5 " value ="$ " required >
38
38
< label for ="description "> Description</ label >
39
39
< input id ="description " name ="description " type ="text " maxlength ="100 ">
40
- < label for ="balance "> Current balance</ label >
41
- < input id ="balance " name ="balance " type ="number " value ="0 ">
40
+ < label for ="current- balance "> Current balance</ label >
41
+ < input id ="current- balance " name ="balance " type ="number " value ="0 ">
42
42
< div id ="registerError " class ="error " role ="alert "> </ div >
43
43
< button > Register</ button >
44
44
</ form >
@@ -58,11 +58,11 @@ <h1 class="dashboard-title hide-xs">Squirrel Banking</h1>
58
58
< div class ="balance ">
59
59
< div > Balance</ div >
60
60
< span id ="balance "> </ span >
61
- < span id ="currency "> </ span >
61
+ < span id ="balance- currency "> </ span >
62
62
</ div >
63
63
< div class ="dashboard-content ">
64
64
< div class ="transactions-title ">
65
- < h2 id ="description "> </ h2 >
65
+ < h2 id ="transactions- description "> </ h2 >
66
66
< button onclick ="addTransaction() "> Add transaction</ button >
67
67
</ div >
68
68
< table class ="transactions-table " aria-label ="Transactions ">
You can’t perform that action at this time.
0 commit comments