I want to add some thing like this
-
I think this is related:
https://community.nodebb.org/topic/17090/manual-build-a-custom-header-in-harmony
-
@sharonyue That is a standard html widget added into the brand header area. Here is the html for the widget in case you want to modify it.
<div> <a href="https://github.com/NodeBB/NodeBB/releases/latest" class="btn-ghost px-2 py-1 d-flex align-items-start"> <i class="fa fa-tag text-primary"></i> <div class="d-flex flex-column lh-1 gap-1"> <span class="fw-semibold d-flex align-items-center gap-1"><span id="release-name">v3.5.0</span> <span class="badge rounded-pill border text-success border-success px-2 py-1">Latest</span></span> <span id="release-timeago" class="timeago text-xs" title="2023-10-25T14:34:02.715Z"></span> </div> </a> </div>
-
Copyright © 2024 NodeBB | Contributors