Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
12 lines
521 B
Plaintext
12 lines
521 B
Plaintext
|
|
<footer class="pt-16 pb-8 flex flex-col items-center justify-center">
|
|
<div class="mx-auto max-w-2xl text-center py-2">
|
|
<div class="flex items-center gap-2">
|
|
<%= render partial: 'icons/chatwoot-logo' %>
|
|
<p class="text-slate-700 dark:text-slate-300 text-sm font-medium text-center">
|
|
<%= I18n.t('public_portal.footer.made_with') %> <a class="hover:underline" href="https://www.chatwoot.com" target="_blank" rel="noopener noreferrer nofoll/ow">Chatwoot</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|