commit 2cf78350337aacebd0af0f84fc74863b7d7fbf4e parent d4a88bbe5db2987edf0a314f78baca0d85df60ca Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com> Date: Sat, 17 May 2025 19:05:46 -0700 Update symbol for marathon distance Diffstat:
| M | src/utils/units.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/utils/units.js b/src/utils/units.js @@ -45,7 +45,7 @@ export const DISTANCE_UNITS = { }, marathons: { name: 'Marathons', - symbol: 'marathons', + symbol: 'Mar', value: 42195, }, };