From 68045206851d61cb4cdfc4ce83af8c0d7b2d2832 Mon Sep 17 00:00:00 2001 From: AruSeito <41471697+AruSeito@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:20:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20page=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ILLATheme/CommonFooter/constants.tsx | 14 +++++++------- src/config/landingPage/components.ts | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/ILLATheme/CommonFooter/constants.tsx b/src/ILLATheme/CommonFooter/constants.tsx index e6a64accbb..61301f620f 100644 --- a/src/ILLATheme/CommonFooter/constants.tsx +++ b/src/ILLATheme/CommonFooter/constants.tsx @@ -172,7 +172,7 @@ const Components: IFootContentItem[] = [ message: "Radio Group", id: "footer.radio_group", }), - href: "/components/Radio%20group", + href: "/components/RadioGroup", tagCategory: "homepage_footer_radio_group_click", }, { @@ -180,7 +180,7 @@ const Components: IFootContentItem[] = [ message: "Checkbox Group", id: "footer.checkbox_group", }), - href: "/components/Checkbox%20Group", + href: "/components/CheckboxGroup", tagCategory: "homepage_footer_checkbox_group_click", }, { @@ -239,7 +239,7 @@ const Integrations: IFootContentItem[] = [ message: "Elastic Search", id: "footer.elasticsearch", }), - href: "/integrations/Elastic%20Search", + href: "/integrations/ElasticSearch", tagCategory: "homepage_footer_elastic_search_click", }, { @@ -247,7 +247,7 @@ const Integrations: IFootContentItem[] = [ message: "Microsoft SQL Server", id: "footer.mssql", }), - href: "/integrations/Microsoft%20SQL%20Server", + href: "/integrations/MicrosoftSQLServer", tagCategory: "homepage_footer_mssql_click", }, { @@ -255,7 +255,7 @@ const Integrations: IFootContentItem[] = [ message: "Supabase", id: "footer.supabase", }), - href: "/integrations/Supabase%20DB", + href: "/integrations/SupabaseDB", tagCategory: "homepage_footer_supabase", }, { @@ -263,7 +263,7 @@ const Integrations: IFootContentItem[] = [ message: "DynamoDB", id: "footer.dynamo", }), - href: "/integrations/Amazon%20DynamoDB", + href: "/integrations/AmazonDynamoDB", tagCategory: "homepage_footer_dynamo", }, { @@ -271,7 +271,7 @@ const Integrations: IFootContentItem[] = [ message: "Hugging Face Inference API", id: "footer.hf", }), - href: "/integrations/Hugging%20Face%20Inference%20API", + href: "/integrations/HuggingFaceInferenceAPI", tagCategory: "homepage_footer_hf_api_click", }, ] diff --git a/src/config/landingPage/components.ts b/src/config/landingPage/components.ts index 5d4e5b99c9..3e5d86d110 100644 --- a/src/config/landingPage/components.ts +++ b/src/config/landingPage/components.ts @@ -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: