How to change the Refine logo in the sider bar
Hi all,
Please tell me How to change the default Refine logo in the sider bar with my own logo? Can I change it or not? Thanks.👍
3 Replies
correct-apricot•2y ago
Hey @phatnq2002,
correct-apricot•2y ago
You can change the default Title component like here: https://refine.dev/docs/api-reference/core/hooks/refine/useTitle/#usage
I hope it helps.
useTitle | refine
useTitle returns a component that calls the
passed to the
. In this way, it becomes easier for us to access this component in various parts of the application.optimistic-gold•2y ago
Thanks. I'll try! ❤️