Skip to content

Commit

Permalink
fix: Added extra text for fortune cookie button
Browse files Browse the repository at this point in the history
  • Loading branch information
The0mikkel committed Aug 17, 2023
1 parent d005f43 commit 92c449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="display-5 fw-bold">Fortune cookie application</h1>
<div class="col">
<div class="p-3 bg-light">
<button type="button" class="btn btn-secondary btn-lg" onclick="getRandom()">Get Random Fortune Cookie</button>
<button type="button" class="btn btn-secondary btn-lg" onclick="getAll()">Get All Fortune Cookies</button>
<button type="button" class="btn btn-secondary btn-lg" onclick="getAll()">Get All Fortune Cookies or something</button>
</div>

</div>
Expand Down

0 comments on commit 92c449d

Please sign in to comment.