Fix logo to link to docs home
This commit is contained in:
@@ -10,7 +10,7 @@ export interface DocsLogoProps {
|
|||||||
export const DocsLogo: React.StatelessComponent<DocsLogoProps> = props => {
|
export const DocsLogo: React.StatelessComponent<DocsLogoProps> = props => {
|
||||||
return (
|
return (
|
||||||
<div style={props.containerStyle}>
|
<div style={props.containerStyle}>
|
||||||
<Link to={`${WebsitePaths.Home}`} className="text-decoration-none">
|
<Link to={`${WebsitePaths.Docs}`} className="text-decoration-none">
|
||||||
<img src="/images/docs_logo.svg" height={props.height} />
|
<img src="/images/docs_logo.svg" height={props.height} />
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user