Skip to content

Commit

Permalink
edit verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Sep 5, 2024
1 parent 3048e86 commit a172a45
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions src/pages/Admin/Charity/Dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ function Loaded({
<Figure
title="Savings"
tooltip={
<Content className="bg-navy-d4 text-white text-sm max-w-xs p-4 rounded-lg">
Funds held in Fidelity Government Money Market (SPAXX)
<Content className="bg-navy-d4 text-gray-l4 text-sm max-w-xs p-4 rounded-lg">
Funds held in Fidelity Government Money Market (SPAXX) consisting
of cash, US Government Securities and Repurchase Agreements
<Arrow />
</Content>
}
Expand All @@ -56,15 +57,15 @@ function Loaded({
<Figure
title="Investments"
tooltip={
<Content className="bg-navy-d4 text-white text-sm max-w-xs p-4 rounded-lg shadow-lg">
<Content className="bg-navy-d4 text-gray-l4 text-sm max-w-xs p-4 rounded-lg shadow-lg">
<span className="block mb-2">
Funds invested in a diversified portfolio comprising
</span>
<div>
<p>50% - domestic and international equities</p>
<p>30% - fixed income</p>
<p>15% - crypto</p>
<p>10% - cash</p>
<p>50% - Domestic and international equities</p>
<p>30% - Fixed income</p>
<p>15% - Crypto</p>
<p>5% - Cash</p>
</div>
<Arrow />
</Content>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Admin/Charity/Dashboard/Schedule/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function Schedule(props: Props) {
/>
}
>
<Content className="max-w-xs bg-navy-d4 p-4 text-white text-sm shadow-lg rounded-lg">
<Content className="max-w-xs bg-navy-d4 p-4 text-gray-l4 text-sm shadow-lg rounded-lg">
Donations received through Better Giving that will distributed
to your bank account.
<Arrow />
Expand Down

0 comments on commit a172a45

Please sign in to comment.