import React from 'react' import './CurrentBalance.css' import logo from '../assets/widget_logos/current_balance_logo.png'; export default function CurrentBalance() { return ( <>

Current Balance

$1238.56

+ $179.97 (17%) last month
) }