How to Change Default Payload Logo and Icon type? #12161
Unanswered
rongratdev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I updated the logo based on the guidance from this blog post. The post demonstrates how to set the Logo and Icon as React components like this:
However, I noticed that the expected types for Logo and Icon aren’t React.JSX.Element, but rather CustomComponent<Record<string, any>> | undefined.
Q: How to change Logo and Icon type?
Beta Was this translation helpful? Give feedback.
All reactions