@@ -1,7 +1,7 @@
{
"name": "json-crack",
"private": true,
- "version": "v3.0.0",
+ "version": "v2.5.0",
"author": "https://github.com/AykutSarac",
"homepage": "https://jsoncrack.com",
"scripts": {
@@ -24,7 +24,6 @@ const StyledSectionBody = styled.div`
const StyledPricingCard = styled.div<{ premium?: boolean }>`
padding: 6px;
- padding-bottom: 0;
width: 100%;
height: 100%;
@@ -13,7 +13,7 @@ import { ThemeProvider } from "styled-components";
if (process.env.NODE_ENV !== "development") {
init({
dsn: "https://[email protected]/6495191",
- tracesSampleRate: 0.5,
+ tracesSampleRate: 0.25,
});
}