forked from trent_larson/crowd-funder-for-time-pwa
add BX currency, add link for user's activity, tweak verbiage
This commit is contained in:
@@ -17,6 +17,7 @@ export const PRIVACY_MESSAGE =
|
||||
|
||||
/* eslint-disable prettier/prettier */
|
||||
export const UNIT_SHORT: Record<string, string> = {
|
||||
"BX": "BX",
|
||||
"BTC": "BTC",
|
||||
"ETH": "ETH",
|
||||
"HUR": "Hours",
|
||||
@@ -26,6 +27,7 @@ export const UNIT_SHORT: Record<string, string> = {
|
||||
|
||||
/* eslint-disable prettier/prettier */
|
||||
export const UNIT_LONG: Record<string, string> = {
|
||||
"BX": "Buxbe",
|
||||
"BTC": "Bitcoin",
|
||||
"ETH": "Ethereum",
|
||||
"HUR": "hours",
|
||||
|
||||
Reference in New Issue
Block a user