Skip to content

Commit

Permalink
fix: link de whatsapp en socialIcons
Browse files Browse the repository at this point in the history
  • Loading branch information
sendingtk committed Jan 20, 2024
1 parent 1ad3ade commit 9fecdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
},
{ key: 'line', icon: 'brand-line', link: 'https://line.me/R/ti/p/~' },
{ key: 'telegram', icon: 'brand-telegram', link: 'https://t.me/' },
{ key: 'phone', icon: 'brand-whatsapp', link: 'https:/wa.me/' },
{ key: 'phone', icon: 'brand-whatsapp', link: 'https://wa.me/' },
{ key: 'website', icon: 'globe', link: 'https://' },
],
};
Expand Down
2 changes: 1 addition & 1 deletion app/views/super_admin/settings/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h2 class="h-5 leading-5 text-slate-900 text-sm font-medium">Need help?</h2>
<p class="text-slate-600 m-0 text-sm">Do you face any issues? We are here to help.</p>
</div>
<a href="https://discord.gg/cJXdrwS" target="_blank">
<a href="https://chat.whatsapp.com/CLKge3hmHmmBcIL04mBzmT" target="_blank">
<button class="flex mt-4 md:mt-0 gap-1 items-center bg-transparent shadow-sm h-9 bg-violet-500 hover:bg-violet-600 text-violet-100 hover:text-violet-200 border border-solid border-violet-600 rounded font-medium p-2">
<svg class="h-4 w-4" width="24" height="24" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.96 9.96 0 0 1-4.587-1.112l-3.826 1.067a1.25 1.25 0 0 1-1.54-1.54l1.068-3.823A9.96 9.96 0 0 1 2 12C2 6.477 6.477 2 12 2Zm0 1.5A8.5 8.5 0 0 0 3.5 12c0 1.47.373 2.883 1.073 4.137l.15.27-1.112 3.984 3.987-1.112.27.15A8.5 8.5 0 1 0 12 3.5ZM8.75 13h4.498a.75.75 0 0 1 .102 1.493l-.102.007H8.75a.75.75 0 0 1-.102-1.493L8.75 13h4.498H8.75Zm0-3.5h6.505a.75.75 0 0 1 .101 1.493l-.101.007H8.75a.75.75 0 0 1-.102-1.493L8.75 9.5h6.505H8.75Z" fill="currentColor"/></svg>
<span class="px-1">Community Support</span>
Expand Down

0 comments on commit 9fecdd8

Please sign in to comment.