Skip to content

Commit

Permalink
fix: 🐛 page path
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Jan 3, 2024
1 parent 49ceabd commit 6804520
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/ILLATheme/CommonFooter/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,15 +172,15 @@ const Components: IFootContentItem[] = [
message: "Radio Group",
id: "footer.radio_group",
}),
href: "/components/Radio%20group",
href: "/components/RadioGroup",
tagCategory: "homepage_footer_radio_group_click",
},
{
label: translate({
message: "Checkbox Group",
id: "footer.checkbox_group",
}),
href: "/components/Checkbox%20Group",
href: "/components/CheckboxGroup",
tagCategory: "homepage_footer_checkbox_group_click",
},
{
Expand Down Expand Up @@ -239,39 +239,39 @@ const Integrations: IFootContentItem[] = [
message: "Elastic Search",
id: "footer.elasticsearch",
}),
href: "/integrations/Elastic%20Search",
href: "/integrations/ElasticSearch",
tagCategory: "homepage_footer_elastic_search_click",
},
{
label: translate({
message: "Microsoft SQL Server",
id: "footer.mssql",
}),
href: "/integrations/Microsoft%20SQL%20Server",
href: "/integrations/MicrosoftSQLServer",
tagCategory: "homepage_footer_mssql_click",
},
{
label: translate({
message: "Supabase",
id: "footer.supabase",
}),
href: "/integrations/Supabase%20DB",
href: "/integrations/SupabaseDB",
tagCategory: "homepage_footer_supabase",
},
{
label: translate({
message: "DynamoDB",
id: "footer.dynamo",
}),
href: "/integrations/Amazon%20DynamoDB",
href: "/integrations/AmazonDynamoDB",
tagCategory: "homepage_footer_dynamo",
},
{
label: translate({
message: "Hugging Face Inference API",
id: "footer.hf",
}),
href: "/integrations/Hugging%20Face%20Inference%20API",
href: "/integrations/HuggingFaceInferenceAPI",
tagCategory: "homepage_footer_hf_api_click",
},
]
Expand Down
2 changes: 1 addition & 1 deletion src/config/landingPage/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const INDEX_COMPONENTS_CONTENT_DATA = [
id: "landingPage.components.classify.inputs.checkboxGroup.title",
message: "CheckboxGroup",
}),
path: "Checkbox Group",
path: "CheckboxGroup",
description: translate({
id: "landingPage.components.classify.inputs.checkboxGroup.description",
message:
Expand Down

0 comments on commit 6804520

Please sign in to comment.