change(ui) - support icon position to left
This commit is contained in:
parent
fa87fa3c5f
commit
e11adb154e
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue