diff --git a/src/components/ApiKeyPage.jsx b/src/components/ApiKeyPage.jsx index 1fcb654..5db08f7 100644 --- a/src/components/ApiKeyPage.jsx +++ b/src/components/ApiKeyPage.jsx @@ -93,7 +93,7 @@ function ApiKeyPage({ return ( - + API Key Management diff --git a/src/components/MainPage.jsx b/src/components/MainPage.jsx index 449d13b..4c20dd1 100644 --- a/src/components/MainPage.jsx +++ b/src/components/MainPage.jsx @@ -204,6 +204,7 @@ function MainPage({ variant="body2" color="text.secondary" align="left" + mt="1rem" > Validate and test JMESPath expressions against JSON data in real-time. Enter your JMESPath query and JSON data below to see the results @@ -219,6 +220,7 @@ function MainPage({ border: 1, borderColor: "divider", overflow: "hidden", + mb: 2 }} > - +