Add blog to the topbar

This commit is contained in:
bingus_violet 2024-09-10 00:29:03 -05:00
parent 5616d813e0
commit b76b32aa51

View file

@ -265,7 +265,8 @@ function converter(html, dynamic = true) {
<h3><a class="chip" href="/">Home</a> <h3><a class="chip" href="/">Home</a>
<a class="chip" href="/socials">Socials</a> <a class="chip" href="/socials">Socials</a>
<a class="chip" href="/stats">Stats</a> <a class="chip" href="/stats">Stats</a>
<a class="chip" href="/faq">Nerd FAQ</a></h3> <a class="chip" href="/faq">Nerd FAQ</a>
<a class="chip" href="/blog">Blog</a></h3>
</div>`, </div>`,
"CUSTOM_STATUS": () => { "CUSTOM_STATUS": () => {
if (api.lanyard.custom_status) { if (api.lanyard.custom_status) {