From e043d95aa5914b079564356a05d615170226b56b Mon Sep 17 00:00:00 2001 From: Mykola Fant Date: Thu, 3 Oct 2024 18:34:13 +0300 Subject: [PATCH] Kapa logo correct sizes (#232) Co-authored-by: Oliver Howell --- src/partials/head-scripts.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/partials/head-scripts.hbs b/src/partials/head-scripts.hbs index c764c29..2b285a7 100644 --- a/src/partials/head-scripts.hbs +++ b/src/partials/head-scripts.hbs @@ -18,17 +18,17 @@ data-modal-header-bg-color="#71808A" data-modal-title-color="#fff" data-modal-disclaimer-text-color="#10A4B3" - data-modal-image-width="34" - data-modal-image-height="42" + data-modal-image-width="40" + data-modal-image-height="40" data-modal-title-font-family="PP Telegraf" data-modal-title-font-size="30px" data-modal-title-font-weight="400" data-project-color="#000000" data-modal-disclaimer="This is an experimental custom LLM for answering technical questions about Hazelcast. Answers are based **only** on Hazelcast documentation and support sources, but may not be fully accurate so please use your best judgement. Don't forget to rate the answers and give feedback!" - data-modal-example-questions="How do I get started with Kubernetes?,What are the benefits of Enterprise Edition?" + data-modal-example-questions="How do I get started using Kubernetes with Hazelcast?,What are the benefits of Enterprise Edition?" data-project-logo="/_/img/kapa/kapa-logo.png" - data-button-image-width="34" - data-button-image-height="42" + data-button-image-width="40" + data-button-image-height="40" data-button-border="1px solid #AFE922" data-button-border-radius="10px" data-button-bg-color="#0D2B39"