Skip to content

Commit

Permalink
Merge pull request #21 from tweedegolf/rnijveld-patch-1
Browse files Browse the repository at this point in the history
Use footprints emoji for footprint
  • Loading branch information
tdittr authored Aug 12, 2024
2 parents 3c7ea70 + 4d048b8 commit 31b9d46
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 31b9d46

Please sign in to comment.