Skip to content

Commit

Permalink
Bills update
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkskittlz (Linux) committed Mar 3, 2024
1 parent 46c8224 commit acf8b13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 55 deletions.
2 changes: 1 addition & 1 deletion dev-dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ define(['./workbox-5357ef54'], (function (workbox) { 'use strict';
"revision": "3ca0b8505b4bec776b69afdba2768812"
}, {
"url": "index.html",
"revision": "0.giuk8hh6tlo"
"revision": "0.t476p1t6re8"
}], {});
workbox.cleanupOutdatedCaches();
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
Expand Down
60 changes: 6 additions & 54 deletions src/components/Expenses.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,14 @@ const Expenses = () => {
<tr>
<td>🏠</td>
<td>Rent (Tristan)</td>
<td>$1400</td>
<td>$1450</td>
<td>1st</td>
</tr>
<tr>
<td>💊</td>
<td>Ambetter (Alice)</td>
<td>$21</td>
<td>1st</td>
</tr>
<tr>
<td>💊</td>
<td>Humana (Alice)</td>
<td>$23</td>
<td>6th</td>
<td>📶</td>
<td>Internet</td>
<td>$45</td>
<td>2nd</td>
</tr>
<tr>
<td>💻</td>
Expand Down Expand Up @@ -75,18 +69,6 @@ const Expenses = () => {
<td>$5</td>
<td>12th</td>
</tr>
<tr>
<td>💳</td>
<td>SmartCredit (Tristan)</td>
<td>$30</td>
<td>15th</td>
</tr>
<tr>
<td>🏋🏼♂️</td>
<td>Youfit (Tristan)</td>
<td>$30</td>
<td>16th</td>
</tr>
<tr>
<td>💳</td>
<td>Geico</td>
Expand Down Expand Up @@ -117,30 +99,12 @@ const Expenses = () => {
<td>$12</td>
<td>21st</td>
</tr>
<tr>
<td>💡</td>
<td>Electric</td>
<td>$88</td>
<td>22nd</td>
</tr>
<tr>
<td>📱</td>
<td>Phone (Alice)</td>
<td>$41</td>
<td>Oct 24th</td>
</tr>
<tr>
<td>🌲</td>
<td>Amazon</td>
<td>$15</td>
<td>25th</td>
</tr>
<tr>
<td>📶</td>
<td>Internet</td>
<td>$85</td>
<td>26th</td>
</tr>
<tr>
<td>📺</td>
<td>YouTube</td>
Expand All @@ -153,25 +117,13 @@ const Expenses = () => {
<td>$5</td>
<td>28th</td>
</tr>
<tr>
<td>🥖</td>
<td>Groceries (Tristan)</td>
<td>$100</td>
<td>♾️</td>
</tr>
<tr>
<td>🥖</td>
<td>Groceries (Alice)</td>
<td>$100</td>
<td>♾️</td>
</tr>
</table>
<table>
<tr>
<th>💵 Checking Account for Bills 💵</th>
</tr>
<tr>
<td>$1,116</td>
<td>$2,398</td>
</tr>
</table>
</TableContainer>
Expand Down

0 comments on commit acf8b13

Please sign in to comment.