Skip to content

Commit d5f9bfc

Browse files
committed
fix sitemap & tools btn url
1 parent d09d11f commit d5f9bfc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

public/sitemap-0.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
<url><loc>https://jsoncrack.com/tools/json-schema</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2121
<url><loc>https://jsoncrack.com/type/csv-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2222
<url><loc>https://jsoncrack.com/type/csv-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
23-
<url><loc>https://jsoncrack.com/type/csv-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
23+
<url><loc>https://jsoncrack.com/type/csv-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2424
<url><loc>https://jsoncrack.com/type/csv-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2525
<url><loc>https://jsoncrack.com/type/json-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2626
<url><loc>https://jsoncrack.com/type/json-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
27-
<url><loc>https://jsoncrack.com/type/json-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
27+
<url><loc>https://jsoncrack.com/type/json-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2828
<url><loc>https://jsoncrack.com/type/json-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
2929
<url><loc>https://jsoncrack.com/type/xml-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
3030
<url><loc>https://jsoncrack.com/type/xml-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
31-
<url><loc>https://jsoncrack.com/type/xml-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
31+
<url><loc>https://jsoncrack.com/type/xml-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
3232
<url><loc>https://jsoncrack.com/type/xml-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
3333
<url><loc>https://jsoncrack.com/type/yaml-to-go</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
3434
<url><loc>https://jsoncrack.com/type/yaml-to-kotlin</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
35-
<url><loc>https://jsoncrack.com/type/yaml-to-rust-serde</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
35+
<url><loc>https://jsoncrack.com/type/yaml-to-rust</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
3636
<url><loc>https://jsoncrack.com/type/yaml-to-typescript</loc><changefreq>daily</changefreq><priority>0.7</priority></url>
3737
</urlset>

src/layout/Navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ export const Navbar = () => {
115115
</Text>
116116
</Stack>
117117
</StyledMenuItem>
118-
<StyledMenuItem component={Link} prefetch={false} href="/type/json-to-rust-serde">
118+
<StyledMenuItem component={Link} prefetch={false} href="/type/json-to-rust">
119119
<Stack gap="2">
120120
<Text c="black" size="sm" fw={600}>
121121
Generate Types
122122
</Text>
123123
<Text size="xs" c="gray.6" lineClamp={2}>
124-
Generate TypeScript types, Golang structs, Rust serde, and more.
124+
Generate TypeScript types, Golang structs, Rust, and more.
125125
</Text>
126126
</Stack>
127127
</StyledMenuItem>

0 commit comments

Comments
 (0)