Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sweepstake
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Arjun Jhukal
sweepstake
Commits
faaf24ea
Commit
faaf24ea
authored
Mar 06, 2026
by
Arjun Jhukal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
c2fa9a0f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
avatar-6.png
public/assets/images/avatar-6.png
+0
-0
ChatbotIcon.tsx
src/components/atom/ChatbotIcon.tsx
+2
-5
No files found.
public/assets/images/avatar-6.png
View replaced file @
c2fa9a0f
View file @
faaf24ea
17.7 KB
|
W:
|
H:
187 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/atom/ChatbotIcon.tsx
View file @
faaf24ea
...
@@ -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
>
);
);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment