diff --git a/components/domains/DomainHeader.tsx b/components/domains/DomainHeader.tsx index 06ec164..b579e96 100644 --- a/components/domains/DomainHeader.tsx +++ b/components/domains/DomainHeader.tsx @@ -81,12 +81,14 @@ const DomainHeader = ({ domain, showAddModal, showSettingsModal, exportCsv, doma className={`hidden w-40 ml-[-70px] lg:block absolute mt-10 bg-white border border-gray-100 z-40 rounded lg:z-auto lg:relative lg:mt-0 lg:border-0 lg:w-auto lg:bg-transparent`} style={{ display: showOptions ? 'block' : undefined }}> - + {!isInsight && ( + + )} {!isConsole && !isInsight && ( -
No Keywords Added for this Device Type.
+No Keywords Added for this Device Type.
)} {isLoading && ( -Loading Keywords...
+Loading Keywords...
)} diff --git a/components/keywords/SCKeywordsTable.tsx b/components/keywords/SCKeywordsTable.tsx index 40a1e6f..1048e0a 100644 --- a/components/keywords/SCKeywordsTable.tsx +++ b/components/keywords/SCKeywordsTable.tsx @@ -212,7 +212,7 @@ const SCKeywordsTable = ({ domain, keywords = [], isLoading = true, isConsoleInt )} {!isConsoleIntegrated && (- Goolge Search has not been Integrated yet. Please See the Docs to Learn how to integrate Google Search Data for this Domain. + Goolge Search has not been Integrated yet. Please follow These Steps integrate Google Search Data for this Domain.
)}