Sign in
apache
/
doris-website
/
refs/heads/refine_sql_cache
/
.
/
src
/
theme
/
Navbar
/
Logo
/
index.js
blob: f0fa51ffad3f4fab0f3fc5ad3ea646feb996f9d1 [
file
] [
log
] [
blame
]
import
React
from
'react'
;
import
Logo
from
'@theme/Logo'
;
export
default
function
NavbarLogo
()
{
return
(
<
Logo
className
=
"navbar__brand"
imageClassName
=
"navbar__logo"
titleClassName
=
"navbar__title text--truncate"
/>
);
}