change(ui) - support icon position to left

This commit is contained in:
Shekar Siri 2022-08-23 17:47:50 +02:00
parent fa87fa3c5f
commit e11adb154e

View file

@ -4,7 +4,7 @@ import { Popup } from 'UI';
function SupportCallout() {
return (
<a href="https://slack.openreplay.com" target="_blank" className="fixed z-50 right-0 bottom-0">
<a href="https://slack.openreplay.com" target="_blank" className="fixed z-50 left-0 bottom-0">
<div className="w-12 h-12 cursor-pointer m-4">
<Popup content="OpenReplay community" delay={0}>
<img src={SlackIcon} />