RechargeCard.jsx
12.6 KB
-
♻ ️ refactor(home): build serverAddress using `${window.location.origin}` · b43ecc25Replace the fallback assignment of serverAddress in `web/src/pages/Home/index.jsx` to use a template literal for `window.location.origin`. - Aligns with the preferred style for constructing base URLs - Keeps formatting consistent across the app - No functional changes; behavior remains the same - Lint passes with no new warnings or errors Files affected: - web/src/pages/Home/index.jsx
t0ng7u committed