fix incorrect colorization of logo

This commit is contained in:
Daniel Valentine 2022-09-24 21:56:28 -06:00
parent 7b90d95a95
commit 03a87fcd23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<!-- NAVIGATION BAR -->
<nav>
<div id="logo">
<a id="libbacon" href="/"><span id="lib">lib</span><span id="reddit">bacon.</span></a>
<a id="libbacon" href="/"><span id="lib">lib</span><span id="bacon">bacon.</span></a>
<span id="version">v{{ env!("CARGO_PKG_VERSION") }}</span>
{% block subscriptions %}{% endblock %}
</div>