Skip to content

Commit

Permalink
Updated footer
Browse files Browse the repository at this point in the history
- Updated the footer
  • Loading branch information
deanblackborough committed Aug 14, 2022
1 parent 96adfc4 commit 4e1fd4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The complete changelog for the Costs to Expect REST API, our changelog follows t
### Changed
- Correct the title in the HTML.
- Removed the `canonical` header.
- Added our Twitter handle to the footer.
### Fixed
- Scratching Yahtzee disables the Yahtzee bonus inputs.
- The minimum score for Three of a kind, Four of a kind and Chance is 5, not 6.
Expand Down
6 changes: 6 additions & 0 deletions resources/views/components/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
<div class="col-12 col-md">
<small class="d-block mb-3 text-muted">&copy; 2022</small>
<small class="d-block mb-3 text-muted">v{{ $version }} - {{ $release_date }}</small>
<small class="d-block mb-3 text-muted">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-twitter" viewBox="0 0 16 16">
<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>
</svg>
<a href="https://twitter.com/YahtzeeScorer">Follow</a> us on Twitter &copy;
</small>
</div>
<div class="col-6 col-md">
<h5>Powered by our API</h5>
Expand Down

0 comments on commit 4e1fd4c

Please sign in to comment.