[WEB-1116] fix: editor info badges occupying multiple lines (#5548)

This commit is contained in:
Aaryan Khandelwal 2024-09-07 09:01:01 +05:30 committed by GitHub
parent 29fd1186ee
commit 8154a190d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 10 deletions

View file

@ -41,7 +41,7 @@ router.ws("/collaboration", (ws, req) => {
app.use(process.env.LIVE_BASE_PATH || "/live", router);
app.use((_req, res, _next) => {
app.use((_req, res) => {
res.status(404).send("Not Found");
});