diff --git a/src/pages/index.js b/src/pages/index.js
index 114555bb..dbfa68a4 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -1,7 +1,6 @@
import React from "react"
-
const ExamplePage = () => {
- return (
+ return (<>
{
Start editing the 'pages/index.js' file to import and show component
+ >
)
}
diff --git a/themes/customer-service/customer-service-theme/src/components/complain/index.js b/themes/customer-service/customer-service-theme/src/components/complain/index.js
index 6281d91a..da2132a8 100644
--- a/themes/customer-service/customer-service-theme/src/components/complain/index.js
+++ b/themes/customer-service/customer-service-theme/src/components/complain/index.js
@@ -16,16 +16,24 @@ const Complain = () => {
setInputDetails({ issue: "", message: "", name: "" })
}
return (
-
-
+
+
Submit a complaint
+
{
direction="column"
alignItems="center"
classes={{ root: classes.space }}
- >
-
- What is about?
+ style={{
+ margin:"auto"
+ }}>
+
+ What is about?
-
+
{
Username related to the complaint(optional)
-
+
{
-
-
- {}} classes={{ root: classes.logoutBtnStyle }}>
+ {}} classes={{ root: classes.logoutBtnStyle }}
+ style={{
+ backgroundColor: isHovering ? 'red' : '',
+ }}
+ onMouseEnter={handleMouseEnter}
+ onMouseLeave={handleMouseLeave}
+ >
Log out