Render the supplied Hop logo correctly from the first paint

Hop-State: A_06FN58S7V5N6ETGRWG3NVM0
Hop-Proposal: R_06FN58R126ZBPCZA1A0XKHR
Hop-Task: T_06FN50V05VH5V9WE9QQF9KR
Hop-Attempt: AT_06FN50V05RGZYCX0EKTK6Q0
This commit is contained in:
Hop
2026-07-11 12:24:12 -07:00
parent a5c8d51e1e
commit f371490e28
2 changed files with 11 additions and 2 deletions
@@ -0,0 +1,6 @@
<link rel="preload" href="{{AssetUrlPrefix}}/img/hop.svg?v=4" as="image" type="image/svg+xml">
<style>
#navbar-logo img {
content: url("{{AssetUrlPrefix}}/img/hop.svg?v=4");
}
</style>