From fc5c2d36e7fb7c7af31940661612df382de7718c Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 18 Jan 2024 10:05:06 +0800 Subject: [PATCH] update the overview document link --- frontend/eda/overview/EdaOverview.tsx | 41 ++++++++++++++++----------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/frontend/eda/overview/EdaOverview.tsx b/frontend/eda/overview/EdaOverview.tsx index 36930f7b77..53431d53bf 100644 --- a/frontend/eda/overview/EdaOverview.tsx +++ b/frontend/eda/overview/EdaOverview.tsx @@ -68,22 +68,31 @@ export function EdaOverview() { > - - {t('To learn how to get started, ')} - - {t('view the documentation, ')} - - - {t('check out our instruct guides')} - - {t(', or follow the steps below.')} - + + {t('To learn how to get started, ')} + {t('view the documentations (')} + + {t('Quick start guide')} + + {t(' and ')} + + {t('Controller user guide')} + + {t('), ')} + + {t('check out our instruct guides')} + + {t(', or follow the steps below.')} +