Adding a custom logo #3733
Answered
by
geball
flayks
asked this question in
Sanity Studio Support
Adding a custom logo
#3733
-
Hey! // sanity.config.js
import Logo from './custom/Logo'
export default createConfig({
// ...
studio: {
components: {
logo: Logo,
},
},
// ...
}) // Logo.jsx
import React from 'react'
export default function LogoButton () {
return (
some <svg>
)
} |
Beta Was this translation helpful? Give feedback.
Answered by
geball
Oct 6, 2022
Replies: 1 comment 1 reply
-
@flayks |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
flayks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@flayks
dev-preview
was rolled back topreview.20
so you may not actually be onpreview.21
.