Commit faaf24ea by Arjun Jhukal

minor changes

parent c2fa9a0f
public/assets/images/avatar-6.png

17.7 KB | W: | H:

public/assets/images/avatar-6.png

187 KB | W: | H:

public/assets/images/avatar-6.png
public/assets/images/avatar-6.png
public/assets/images/avatar-6.png
public/assets/images/avatar-6.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
import { useGetChatbotSettingQuery } from '@/services/settingApi'; import { useGetChatbotSettingQuery } from '@/services/settingApi';
import { Button, Typography } from '@mui/material'; import { Button, Typography } from '@mui/material';
import Image from 'next/image'; import Image from 'next/image';
import GlassWrapper from '../molecules/GlassWrapper';
export default function Chatbot() { export default function Chatbot() {
const { data } = useGetChatbotSettingQuery(); const { data } = useGetChatbotSettingQuery();
...@@ -13,12 +12,11 @@ export default function Chatbot() { ...@@ -13,12 +12,11 @@ export default function Chatbot() {
const isVideo = fileUrl?.toLowerCase().endsWith(".mp4"); const isVideo = fileUrl?.toLowerCase().endsWith(".mp4");
return ( return (
<GlassWrapper>
<Button <Button
className=" max-w-fit px-8!" className=" max-w-fit px-8!"
variant="text" variant="contained"
color="primary" color="primary"
// fullWidth fullWidth
LinkComponent={"a"} LinkComponent={"a"}
href={data?.data?.chatbot_link || ""} href={data?.data?.chatbot_link || ""}
target='_black' target='_black'
...@@ -54,6 +52,5 @@ export default function Chatbot() { ...@@ -54,6 +52,5 @@ export default function Chatbot() {
</Typography> </Typography>
</div> </div>
</Button> </Button>
</GlassWrapper>
); );
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment