Skip to content

Commit

Permalink
Use the Discord vanity URL in footer link (#310)
Browse files Browse the repository at this point in the history
Since there's a neat https://discord.gg/laravel link available (which is also used in the contribution guide), I think it's beneficial to use the vanity link in the footer as well. This makes it easier to remember the invite link as well.
  • Loading branch information
caendesilva authored Oct 26, 2023
1 parent bb884af commit 83d94f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
</a>
</li>
<li>
<a href="https://discord.gg/mPZNm7A">
<a href="https://discord.gg/laravel">
<img class="{{ $is_docs_page ? 'hidden dark:inline-block' : 'hidden' }} w-6 h-6"
src="/img/social/discord.dark.min.svg" alt="Discord" width="21" height="24"
loading="lazy">
Expand Down

0 comments on commit 83d94f7

Please sign in to comment.