From 7c747cc6b64db5626e000a3b81be49d59d9782ad Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sun, 30 Jul 2023 19:32:46 +0200 Subject: [PATCH] Remove CodiMD infobox and tooltip Signed-off-by: David Mehren --- public/views/hedgedoc/header.ejs | 2 +- public/views/index/body.ejs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/public/views/hedgedoc/header.ejs b/public/views/hedgedoc/header.ejs index 48565814e..ff58f1729 100644 --- a/public/views/hedgedoc/header.ejs +++ b/public/views/hedgedoc/header.ejs @@ -13,7 +13,7 @@ - + HedgeDoc HedgeDoc diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs index 3b6ff1b63..814ac49c1 100644 --- a/public/views/index/body.ejs +++ b/public/views/index/body.ejs @@ -44,9 +44,6 @@

Ideas grow better together

- - CodiMD was renamed to HedgeDoc. Read more - <% if (infoMessage && infoMessage.length > 0) { %>
<%= infoMessage %>
<% } %>