Skip to content

Commit

Permalink
discord url fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Jan 2, 2024
1 parent 614cb70 commit 9395f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/cave.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</button>
<% if(shop.discord){ %>
<a
href="<%= shop.discord %>"
href="<%= shop.discord_url %>"
class="bg-[#2a2a2a] text-white p-6 hover:opacity-[0.8] transition-all rounded-3xl text-lg font-bold">
Dołącz do discorda!
</a>
Expand Down

0 comments on commit 9395f38

Please sign in to comment.