fix sitemap & tools btn url

This commit is contained in:
AykutSarac 2024-11-19 21:36:57 +03:00
parent d09d11f374
commit d5f9bfc7fb
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View File

@ -20,18 +20,18 @@
<url><loc>https://jsoncrack.com/tools/json-schema</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/csv-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/csv-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/csv-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/csv-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/csv-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/json-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/json-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/json-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/json-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/json-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/xml-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/xml-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/xml-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/xml-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/xml-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/yaml-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/yaml-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/yaml-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/yaml-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://jsoncrack.com/type/yaml-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>

View File

@ -115,13 +115,13 @@ export const Navbar = () => {
</Text>
</Stack>
</StyledMenuItem>
<StyledMenuItem component={Link} prefetch={false} href="/type/json-to-rust-serde">
<StyledMenuItem component={Link} prefetch={false} href="/type/json-to-rust">
<Stack gap="2">
<Text c="black" size="sm" fw={600}>
Generate Types
</Text>
<Text size="xs" c="gray.6" lineClamp={2}>
Generate TypeScript types, Golang structs, Rust serde, and more.
Generate TypeScript types, Golang structs, Rust, and more.
</Text>
</Stack>
</StyledMenuItem>