diff --git a/src/pages/Alerts.tsx b/src/pages/Alerts.tsx index 516215b..aeb9e23 100644 --- a/src/pages/Alerts.tsx +++ b/src/pages/Alerts.tsx @@ -126,7 +126,7 @@ function AlertCard({
Target: ${alert.targetPrice.toFixed(2)} - · + · Now: ${alert.currentPrice.toFixed(2)} @@ -145,7 +145,7 @@ function AlertCard({ )}
{/* Item preview */} -

+

{purchase.items .slice(0, 3) .map((i) => i.name) diff --git a/src/pages/Settings.tsx b/src/pages/Settings.tsx index 8010491..d2b8cda 100644 --- a/src/pages/Settings.tsx +++ b/src/pages/Settings.tsx @@ -153,7 +153,7 @@ export function Settings() { {copied ? 'Copied!' : 'Copy'} -

+

Supports Meijer, Kroger, and Target receipt emails.

diff --git a/src/pages/StoreComparison.tsx b/src/pages/StoreComparison.tsx index bbbc92c..c4d7e7f 100644 --- a/src/pages/StoreComparison.tsx +++ b/src/pages/StoreComparison.tsx @@ -89,7 +89,7 @@ export function StoreComparison() { {pp.price === lowestPrice ? ( Best price ) : ( - + +${(pp.price - lowestPrice).toFixed(2)} )} @@ -99,7 +99,7 @@ export function StoreComparison() { ))} -

+

Prices last verified from store loyalty card data. Map view coming soon.