mirror of
https://github.com/gabehf/BudgetBuddy.git
synced 2026-03-16 02:36:01 -07: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 (
|
return (
|
||||||
<div>
|
<div className='widget'>
|
||||||
<h5 class="textttt">This Month's Expenses:</h5>
|
<h5 class="textttt">This Month's Expenses:</h5>
|
||||||
<img src={logo} class="imageee"></img>
|
<img src={logo} class="imageee"></img>
|
||||||
<h1 class="displayyyy">${expense}</h1>
|
<h1 class="displayyyy">${expense}</h1>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue