Icon Edit #1462
raghiiboiibaxtor
started this conversation in
Help
Icon Edit
#1462
Replies: 3 comments
-
I'm also facing this problem, did you solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah I did (apologies forgot I posted here). If I’m remembering correctly: Find the brand file, and you should see the icon in the form of a coded svg. You’ll need to gather your new icon as svg code and replace it inside of the the <svg> tags. On 23-03-2024, at 3:33 AM, zshmh ***@***.***> wrote:
I'm also facing this problem, did you solve it?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
can also just replace with PNG import { FC } from "react"; interface ChatbotUISVGProps { export const ChatbotUISVG: FC = ({ scale = 1 }) => { return ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey team!
This may sound like a really silly question; how do you change the icons in the project? I am trying to customise the UI and really struggling. I've changed the icon files in the project, given them the same name as previous, and hunted through the project files to see where they're called but I just cannot seem to find them / figure out how they're being called. Please help!
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions