This is an automated email from the ASF dual-hosted git repository. lzljs3620320 pushed a commit to branch release-0.4 in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
commit 83da70ff1776e302c1c5313c6919d941c8fdf106 Author: JingsongLi <[email protected]> AuthorDate: Sun Apr 23 15:05:23 2023 +0800 [doc] Adjust size of logo to 80% --- docs/layouts/partials/docs/inject/menu-before.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/layouts/partials/docs/inject/menu-before.html b/docs/layouts/partials/docs/inject/menu-before.html index afb8c4a62..bf394f5f5 100644 --- a/docs/layouts/partials/docs/inject/menu-before.html +++ b/docs/layouts/partials/docs/inject/menu-before.html @@ -20,6 +20,6 @@ under the License. Partial that renders at the top of the menu. --> <a id="logo" href="{{.Site.BaseURL}}{{.Site.LanguagePrefix}}"> - <img width="100%" src="{{.Site.BaseURL}}/paimon_full.svg"> + <img width="80%" src="{{.Site.BaseURL}}/paimon_full.svg"> </a> <p style="text-align:right">{{ $.Site.Params.Version }}</p> \ No newline at end of file
