Merge pull request #19965 from overleaf/jdt-fake-door-cleanup

feat: clean up uneeded fake door pages and routes
GitOrigin-RevId: 1d7ad3d43fda0f7852e3e5abbe5a8287d73d910d
This commit is contained in:
Jimmy Domagala-Tang 2024-08-26 10:06:26 -04:00 committed by Copybot
parent a98fefd24b
commit f64b7a56c4
2 changed files with 0 additions and 11 deletions

View file

@ -443,12 +443,6 @@ async function projectListPage(req, res, next) {
'bootstrap-5-project-dashboard'
)
await SplitTestHandler.promises.getAssignment(
req,
res,
'ai-fake-door-offering-test'
)
res.render('project/list-react', {
title: 'your_projects',
usersBestSubscription,

View file

@ -77,11 +77,6 @@
}
}
.fake-door-container {
margin-top: 8em;
margin-bottom: 12em;
}
.labs-experiment-widget-container.disabled-experiment {
grid-template-columns: 40px 3fr 1fr auto;