@@ -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 >
@@ -52,17 +52,17 @@ <h2 class="text-center">Register</h2>
52
52
< section class ="dashboard-page ">
53
53
< header class ="dashboard-header ">
54
54
< img class ="dashboard-logo " src ="logo.svg " alt ="Squirrel Banking Logo ">
55
- < h1 class ="dashboard-title hide-xs "> Squirrel Banking</ span >
55
+ < h1 class ="dashboard-title hide-xs "> Squirrel Banking</ h1 >
56
56
< button onclick ="logout() "> Logout</ button >
57
57
</ header >
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 ">
0 commit comments