replace emojis

This commit is contained in:
Alex Turchyn
2024-05-19 15:46:30 +03:00
committed by Pete Matsyburka
parent 9047e3bed3
commit 8b3b90a7e2
6 changed files with 195 additions and 4 deletions
@@ -1,10 +1,12 @@
<div class="text-center">
<div class="join">
<a href="https://docuseal.co<%= request.fullpath.gsub('docuseal.eu', 'docuseal.co') %>" class="btn bg-base-200 join-item w-32 <%= 'bg-base-300' if request.host == 'docuseal.co' %>">
🌎 Global
<%= svg_icon 'world', class: 'w-5 h-5' %>
Global
</a>
<a href="https://docuseal.eu<%= request.fullpath.gsub('docuseal.co', 'docuseal.eu') %>" class="btn bg-base-200 join-item w-32 <%= 'bg-base-300' if request.host == 'docuseal.eu' %>">
🇪🇺 Europe
<%= svg_icon 'eu_flag', class: 'w-5 h-5' %>
Europe
</a>
</div>
</div>