Skip to content

Commit 641b6a2

Browse files
committed
kuch to kiya hu
1 parent 95e243e commit 641b6a2

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

02_budget-tracker/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434

3535
</div>
3636

37-
38-
37+
3938
</div>
4039

4140

02_budget-tracker/script.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ submit.addEventListener('click', function () {
1414
amountvalue: amount.value,
1515
type: income,expense
1616
};
17-
// const obj2 = {
18-
// description: description,
19-
// amount: amount,
20-
// type: expense
21-
// };
17+
2218

2319
});

02_budget-tracker/tailwind.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
3+
14
/** @type {import('tailwindcss').Config} */
25
module.exports = {
36
content: ["./*.html"], // This tells Tailwind to scan all HTML files in the root

0 commit comments

Comments
 (0)