Skip to content

Commit

Permalink
set footer text class
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Jan 11, 2025
1 parent 60a4ae4 commit e58e499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
</div>
</div>
</div>
<footer class="py-1 my-5 border-top">
<footer class="py-2 my-5 border-top">
<div class="mb-3">
<p class="text-body-secondary">&copy; York University Libraries. All rights reserved. (Version: <%= Rails.application.config.git_commit_hash %>)</p>
<p class="text-muted">&copy; York University Libraries. All rights reserved. (Version: <%= Rails.application.config.git_commit_hash %>)</p>
</div>
</footer>
</div>
Expand Down

0 comments on commit e58e499

Please sign in to comment.