Skip to content

Commit

Permalink
chore: add dynamic limits to credits (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt authored Jan 16, 2025
1 parent 2f44c19 commit 9255f8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/pages/credits.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
<p class="mb-0 col-md-4">
<a href="http://wiki.lorekeeper.me/index.php?title=Extensions:Shop_Features"><strong>Shop Features</strong></a> by <a href="https://github.com/ScuffedNewt">ScuffedNewt</a>
</p>
<p class="mb-0 col-md-4">
<a href="http://wiki.lorekeeper.me/index.php?title=Extensions:Dynamic_Limits"><strong>Dynamic Limits</strong></a> by <a href="https://github.com/ScuffedNewt">ScuffedNewt</a>
</p>
<p class="mb-0 col-md-4">
<a href="http://wiki.lorekeeper.me/index.php?title=Extensions:Aliases_on_Userpage"><strong>Aliases on Userpage</strong></a> by <a href="https://github.com/SpeedyD">Speedy</a>
({{ config('lorekeeper.extensions.aliases_on_userpage') ? 'Enabled' : 'Disabled' }})
Expand Down

0 comments on commit 9255f8f

Please sign in to comment.