diff --git a/web/index.html b/web/index.html index 66f978ef..232a4514 100644 --- a/web/index.html +++ b/web/index.html @@ -45,7 +45,7 @@ /> -
+ diff --git a/web/src/components/auth/UserMenu.tsx b/web/src/components/auth/UserMenu.tsx index f8e63c0b..e7c8a8d1 100644 --- a/web/src/components/auth/UserMenu.tsx +++ b/web/src/components/auth/UserMenu.tsx @@ -23,7 +23,9 @@ export function UserMenu({ className }: UserMenuProps) { if (!data?.me) { return ( - + ); } diff --git a/web/src/components/subscription/Price.tsx b/web/src/components/subscription/Price.tsx index 30e337ab..c10d2bf2 100644 --- a/web/src/components/subscription/Price.tsx +++ b/web/src/components/subscription/Price.tsx @@ -5,9 +5,25 @@ export interface PriceProps { } export function Price({ value, currency, ...rest }: PriceProps) { + const currencySymbol = + currencySymbols[currency?.toUpperCase() ?? 'USD'] ?? '$'; return ( - {((value ?? 0) / 100).toFixed(2)} {currency} / month + {currencySymbol} + {((value ?? 0) / 100).toFixed(2)} / month ); } + +const currencySymbols: Record
+ Biscuits apps are always free to use, but members can sync and share
+ data with family or friends. Plans start at
+ Your personal cooking app becomes a family groceries list and + recipe box. +
++ Now everyone can be on the same page when packing. Plus, get a + weather forecast and more powerful trip planning tools. +
+