mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-07 21:48:14 -08:00
Update ExpenseTotal.js
added className widget for styling
This commit is contained in:
parent
8843186df4
commit
f6cb130db8
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ const ExpenseTotal = () => {
|
|||
}, [])
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className='widget'>
|
||||
<h5 class="textttt">This Month's Expenses:</h5>
|
||||
<img src={logo} class="imageee"></img>
|
||||
<h1 class="displayyyy">${expense}</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue