diff --git a/web/.env.example b/web/.env.example index 775204c..e67d0a0 100644 --- a/web/.env.example +++ b/web/.env.example @@ -12,3 +12,4 @@ REACT_APP_SWAP_URL=https://flame.astria.org/swap REACT_APP_POOL_URL=https://flame.astria.org/pool REACT_APP_GA_TRACKING_ID= +REACT_APP_FEEDBACK_FORM_URL= diff --git a/web/package.json b/web/package.json index c00009d..ed89e48 100644 --- a/web/package.json +++ b/web/package.json @@ -42,11 +42,7 @@ "lint-apply-unsafe": "biome lint --apply-unsafe ./src ./public" }, "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" - ], + "production": [">0.2%", "not dead", "not op_mini all"], "development": [ "last 1 chrome version", "last 1 firefox version", diff --git a/web/public/index.html b/web/public/index.html index bb1b6b8..22e99c8 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -25,7 +25,7 @@ Learn how to configure a non-root public URL by running `npm run build`. --> - +