+ setActiveModal(null)}
+ />
+ >
)
}
diff --git a/services/web/frontend/stylesheets/app/project-list.less b/services/web/frontend/stylesheets/app/project-list.less
index 1a27cd6985..2b97ebd9b1 100644
--- a/services/web/frontend/stylesheets/app/project-list.less
+++ b/services/web/frontend/stylesheets/app/project-list.less
@@ -565,13 +565,3 @@ i.tablesort {
font-weight: 700;
}
}
-
-.minimal-create-proj-dropdown {
- text-align: center;
-
- &-menu {
- width: 200px;
- left: 50%;
- margin-left: -100px;
- }
-}
diff --git a/services/web/locales/en.json b/services/web/locales/en.json
index f18ec7136d..e56ea5ccc6 100644
--- a/services/web/locales/en.json
+++ b/services/web/locales/en.json
@@ -330,7 +330,6 @@
"create_a_new_password_for_your_account": "Create a new password for your account",
"create_a_new_project": "Create a new project",
"create_first_admin_account": "Create the first Admin account",
- "create_first_project": "Create First Project",
"create_new_account": "Create new account",
"create_new_subscription": "Create New Subscription",
"create_new_tag": "Create new tag",
@@ -946,7 +945,6 @@
"latex_examples_page_summary": "Examples of powerful LaTeX packages and techniques in use — a great way to learn LaTeX by example. Search or browse below.",
"latex_examples_page_title": "Examples - Equations, Formatting, TikZ, Packages and More",
"latex_guides": "LaTeX guides",
- "latex_help_guide": "LaTeX help guide",
"latex_in_thirty_minutes": "LaTeX in 30 minutes",
"latex_places_figures_according_to_a_special_algorithm": "LaTeX places figures according to a special algorithm. You can use something called ‘placement parameters’ to influence the positioning of the figure. <0>Find out how>",
"latex_places_tables_according_to_a_special_algorithm": "LaTeX places tables according to a special algorithm. You can use “placement parameters” to influence the position of the table. <0>This article0> explains how to do this.",
@@ -1144,7 +1142,6 @@
"new_subscription_will_be_billed_immediately": "Your new subscription will be billed immediately to your current payment method.",
"new_tag": "New Tag",
"new_tag_name": "New tag name",
- "new_to_latex_look_at": "New to LaTeX? Start by having a look at our",
"newsletter": "Newsletter",
"newsletter-accept": "I’d like emails about product offers and company news and events.",
"newsletter_info_note": "Please note: you will still receive important emails, such as project invites and security notifications (password resets, account linking, etc).",
diff --git a/services/web/test/frontend/features/project-list/components/welcome-message-new.test.tsx b/services/web/test/frontend/features/project-list/components/welcome-message.test.tsx
similarity index 87%
rename from services/web/test/frontend/features/project-list/components/welcome-message-new.test.tsx
rename to services/web/test/frontend/features/project-list/components/welcome-message.test.tsx
index 992686df8c..08968a06a7 100644
--- a/services/web/test/frontend/features/project-list/components/welcome-message-new.test.tsx
+++ b/services/web/test/frontend/features/project-list/components/welcome-message.test.tsx
@@ -1,14 +1,14 @@
import { fireEvent, render, screen } from '@testing-library/react'
-import WelcomeMessageNew from '../../../../../frontend/js/features/project-list/components/welcome-message-new'
+import WelcomeMessage from '../../../../../frontend/js/features/project-list/components/welcome-message'
import { expect } from 'chai'
-describe('', function () {
+describe('', function () {
afterEach(function () {
window.metaAttributesCache = new Map()
})
it('renders welcome page correctly', function () {
- render()
+ render()
screen.getByText('Welcome to Overleaf')
screen.getByText('Create a new project')
@@ -17,7 +17,7 @@ describe('', function () {
})
it('shows correct dropdown when clicking create a new project', function () {
- render()
+ render()
const button = screen.getByRole('button', {
name: 'Create a new project',
@@ -39,7 +39,7 @@ describe('', function () {
},
])
- render()
+ render()
const button = screen.getByRole('button', {
name: 'Create a new project',
@@ -66,7 +66,7 @@ describe('', function () {
})
it('shows correct dropdown when clicking create a new project with a portal template', function () {
- render()
+ render()
const button = screen.getByRole('button', {
name: 'Create a new project',
@@ -81,7 +81,7 @@ describe('', function () {
})
it('shows correct link for latex tutorial menu', function () {
- render()
+ render()
const link = screen.getByRole('link', {
name: 'Learn LaTeX with a tutorial',
@@ -93,7 +93,7 @@ describe('', function () {
})
it('shows correct link for browse templates menu', function () {
- render()
+ render()
const link = screen.getByRole('link', {
name: 'Browse templates',