From 0a999247e4fd46f726c13cf28c8d803f04504212 Mon Sep 17 00:00:00 2001 From: Ghaida Bouchaala <41960887+ghaidabouchaala@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:54:04 +0100 Subject: [PATCH] update docs links (#3076) --- frontend/app/components/Client/CustomFields/CustomFields.tsx | 2 +- frontend/app/components/Client/Sites/Sites.tsx | 2 +- .../components/IdentifyUsersTab/IdentifyUsersTab.tsx | 2 +- .../components/InstallOpenReplayTab/InstallOpenReplayTab.tsx | 2 +- .../Onboarding/components/ManageUsersTab/ManageUsersTab.tsx | 2 +- .../components/OnboardingTabs/InstallDocs/InstallDocs.js | 2 +- .../Player/ReplayPlayer/EventsBlock/Metadata/Metadata.js | 2 +- .../app/components/Session_/EventsBlock/Metadata/Metadata.js | 2 +- frontend/app/components/Session_/Exceptions/Exceptions.tsx | 2 +- .../FetchDetailsModal/components/FetchTabs/FetchTabs.tsx | 4 ++-- .../app/components/shared/Filters/FilterModal/FilterModal.tsx | 2 +- frontend/app/components/ui/ErrorDetails/ErrorDetails.tsx | 2 +- frontend/app/mstore/types/gettingStarted.ts | 2 +- tracker/tracker/README.md | 2 +- tracker/tracker/src/main/index.ts | 2 +- tracker/tracker/src/main/utils.ts | 2 +- tracker/tracker/src/tests/utils.unit.test.ts | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/frontend/app/components/Client/CustomFields/CustomFields.tsx b/frontend/app/components/Client/CustomFields/CustomFields.tsx index d7e978d20..dd816a2a1 100644 --- a/frontend/app/components/Client/CustomFields/CustomFields.tsx +++ b/frontend/app/components/Client/CustomFields/CustomFields.tsx @@ -39,7 +39,7 @@ const CustomFields = () => { Attach key-value pairs to session replays for enhanced filtering, searching, and identifying relevant user sessions. - + Learn more diff --git a/frontend/app/components/Client/Sites/Sites.tsx b/frontend/app/components/Client/Sites/Sites.tsx index bf9b36902..c378d6e91 100644 --- a/frontend/app/components/Client/Sites/Sites.tsx +++ b/frontend/app/components/Client/Sites/Sites.tsx @@ -122,7 +122,7 @@ const Sites = () => { actionButton={ } diff --git a/frontend/app/components/Onboarding/components/IdentifyUsersTab/IdentifyUsersTab.tsx b/frontend/app/components/Onboarding/components/IdentifyUsersTab/IdentifyUsersTab.tsx index af621c73a..51a0fa200 100644 --- a/frontend/app/components/Onboarding/components/IdentifyUsersTab/IdentifyUsersTab.tsx +++ b/frontend/app/components/Onboarding/components/IdentifyUsersTab/IdentifyUsersTab.tsx @@ -39,7 +39,7 @@ function IdentifyUsersTab(props: Props) {