Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Change Donate link to yellow bg
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonfagan committed Jan 9, 2023
1 parent 93e2358 commit c1cf993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/things/Thing.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{#if thing.stock > 0}
<div class="px-2 py-1 rounded bg-green-300 w-max font-medium text-sm">Available</div>
{:else}
<a class="px-2 py-1 rounded brutal hover:hovers-static bg-indigo-100 w-max font-bold font-display text-sm" href={donateURL} target="_blank" rel="noreferrer">Donate</a>
<a class="px-2 py-1 rounded brutal hover:hovers-static bg-primary w-max font-bold font-display text-sm" href={donateURL} target="_blank" rel="noreferrer">Donate</a>
{/if}
</div>
</div>
Expand Down

0 comments on commit c1cf993

Please sign in to comment.