Skip to content

Commit

Permalink
back arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljaz committed Jan 2, 2024
1 parent 108150a commit 0d85bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/cave.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
<% for(let server of shop.servers) { %>
<div id="<%= server.id %>" class="mt-20 hidden server">
<a href="#"
class="bg-[#2a2a2a] text-white p-5 hover:opacity-[0.8] transition-all rounded-3xl text-lg font-bold">
class="bg-[#2a2a2a] text-white p-5 hover:opacity-[0.8] transition-all rounded-3xl text-lg font-bold flex w-fit gap-2 items-center">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="currentColor" d="m7.825 13l5.6 5.6L12 20l-8-8l8-8l1.425 1.4l-5.6 5.6H20v2z"/></svg>
Powrót do listy serwerów
</a>
<div class="mt-14 text-white text-4xl font-bold">
Expand Down

0 comments on commit 0d85bf5

Please sign in to comment.