Skip to content

Commit

Permalink
Use footprints emoji for footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld authored Aug 12, 2024
1 parent 3c7ea70 commit 4d048b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/Crate.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</div>
{/if}
{#if crate.packages}
<div>🕷️ Footprints: {crate.packages.join(", ")}</div>
<div>👣 Footprints: {crate.packages.join(", ")}</div>
{/if}
{#if crate.resources}
<div>
Expand Down Expand Up @@ -177,4 +177,4 @@
border-radius: 2px;
margin: 4px 0;
}
</style>
</style>

0 comments on commit 4d048b8

Please sign in to comment.