mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-19 20:29:17 +00:00
removed some pictures and adjust chat background
This commit is contained in:
@@ -15,6 +15,8 @@ import MoreVertIcon from "@material-ui/icons/MoreVert";
|
||||
import Avatar from "@material-ui/core/Avatar";
|
||||
import { green } from "@material-ui/core/colors";
|
||||
|
||||
import whatsBackground from "../../../../Images/wa-background.png";
|
||||
|
||||
import api from "../../../../util/api";
|
||||
import openSocket from "socket.io-client";
|
||||
|
||||
@@ -74,7 +76,7 @@ const useStyles = makeStyles(theme => ({
|
||||
},
|
||||
|
||||
messagesList: {
|
||||
backgroundImage: 'url("http://localhost:8080/public/wa-background.png")',
|
||||
backgroundImage: `url(${whatsBackground})`,
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
flexGrow: 1,
|
||||
|
||||
Reference in New Issue
Block a user