Skip to content

Commit

Permalink
Improve lost auction message
Browse files Browse the repository at this point in the history
  • Loading branch information
dhzdhd committed Nov 9, 2023
1 parent 2232119 commit fb7e57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/home/[id=int]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
/>
{:else}
<h1>You lost the auction!</h1>
<h2>Good luck next time!</h2>
<h2>Better luck next time!</h2>
{/if}
</div>
{/if}
Expand Down

0 comments on commit fb7e57d

Please sign in to comment.