From 99ddd8021cbbcf467fc12d8382faa219782f4abb Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Thu, 22 Aug 2024 17:58:27 +0530 Subject: [PATCH] chore: made path param hint easier on the eyes and ux --- .../src/components/RequestPane/QueryParams/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/bruno-app/src/components/RequestPane/QueryParams/index.js b/packages/bruno-app/src/components/RequestPane/QueryParams/index.js index 460def1fd..b82f54fc5 100644 --- a/packages/bruno-app/src/components/RequestPane/QueryParams/index.js +++ b/packages/bruno-app/src/components/RequestPane/QueryParams/index.js @@ -226,11 +226,11 @@ const QueryParams = ({ item, collection }) => { {!(pathParams && pathParams.length) ?
- Hint: Path variables are automatically added whenever the - :name + Path variables are automatically added whenever the + :name template is used in the URL, for example: - - https://example.com/v1/users/:id + + https://example.com/v1/users/:id
: null}