diff --git a/frontend/cypress/e2e/intro.spec.ts b/frontend/cypress/e2e/intro.spec.ts index 0a4a3e97e..2e3ac7e52 100644 --- a/frontend/cypress/e2e/intro.spec.ts +++ b/frontend/cypress/e2e/intro.spec.ts @@ -26,17 +26,6 @@ describe('Intro page', () => { }) }) - describe('features button', () => { - it('is hidden when logged in', () => { - cy.getByCypressId('features-button').should('not.exist') - }) - - it('is visible when logged out', () => { - cy.logout() - cy.getByCypressId('features-button').should('exist') - }) - }) - describe('sign in button', () => { it('is hidden when logged in', () => { cy.getByCypressId('sign-in-button').should('not.exist') diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 53aeda3fe..ddc657495 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -57,7 +57,6 @@ }, "landing": { "intro": { - "exploreFeatures": "Explore all features", "markdownWhileLoading": "Loading...", "markdownLoadingError": "Error while fetching intro content" }, @@ -262,7 +261,6 @@ }, "documents": { "title": "Documents", - "features": "Features", "yamlMetadata": "YAML Metadata", "slideExample": "Slide Example" } diff --git a/frontend/src/components/editor-page/app-bar/help-button/links-tab-content.tsx b/frontend/src/components/editor-page/app-bar/help-button/links-tab-content.tsx index 3e53c87f3..97dd35e2e 100644 --- a/frontend/src/components/editor-page/app-bar/help-button/links-tab-content.tsx +++ b/frontend/src/components/editor-page/app-bar/help-button/links-tab-content.tsx @@ -71,14 +71,6 @@ export const LinksTabContent: React.FC = () => {