mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
Remove CodiMD infobox and tooltip
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
2bb8531cc8
commit
7c747cc6b6
2 changed files with 1 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
<ul class="dropdown-menu list" role="menu" aria-labelledby="menu">
|
||||
</ul>
|
||||
</div>
|
||||
<a class="navbar-brand pull-left header-brand" href="<%- serverURL %>/" title="HedgeDoc (formerly CodiMD)">
|
||||
<a class="navbar-brand pull-left header-brand" href="<%- serverURL %>/" title="HedgeDoc">
|
||||
<img src="<%- serverURL %>/banner/banner_h_bw.svg" alt="HedgeDoc" class="h-100 no-night">
|
||||
<img src="<%- serverURL %>/banner/banner_h_wb.svg" alt="HedgeDoc" class="h-100 night">
|
||||
</a>
|
||||
|
|
|
@ -44,9 +44,6 @@
|
|||
<p class="lead">
|
||||
Ideas grow better together
|
||||
</p>
|
||||
<span class="alert alert-info" style="display: inline-block;">
|
||||
CodiMD was renamed to HedgeDoc. <a href="https://hedgedoc.org/history/" rel="noopener noreferrer" target="_blank" class="text-danger">Read more</a>
|
||||
</span>
|
||||
<% if (infoMessage && infoMessage.length > 0) { %>
|
||||
<div class="alert alert-info" style="max-width: 400px; margin: 0 auto;"><%= infoMessage %></div>
|
||||
<% } %>
|
||||
|
|
Loading…
Reference in a new issue