From 2f20c113af13ab4bf00c74aff056a657aaf748af Mon Sep 17 00:00:00 2001 From: Javier Toledo Date: Mon, 24 Jul 2023 13:40:53 +0100 Subject: [PATCH] Fix: Broken logo link --- README.md | 3 ++- website/docusaurus.config.js | 4 ++-- ...al logo - Black.png => eLLMental-logo-black.png} | Bin ...al logo - White.png => eLLMental-logo-white.png} | Bin 4 files changed, 4 insertions(+), 3 deletions(-) rename website/static/img/{eLLMental logo - Black.png => eLLMental-logo-black.png} (100%) rename website/static/img/{eLLMental logo - White.png => eLLMental-logo-white.png} (100%) diff --git a/README.md b/README.md index 444c5606..dc988325 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # eLLMental -![eLLMental](website/static/img/logoellmental.png) +![eLLMental](website/static/img/eLLMental-logo-black.png#gh-light-mode-only) +![eLLMental](website/static/img/eLLMental-logo-white.png#gh-dark-mode-only) Welcome to eLLMental – your toolbox for the AI-era! This project is a treasure trove of configurable and composable components designed specifically to empower developers in the fascinating yet challenging journey of creating AI applications. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 7cf639db..57b483f0 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -63,8 +63,8 @@ const config = { navbar: { logo: { alt: 'eLLMental Logo', - src: '/img/eLLMental logo - Black.png', - srcDark: '/img/eLLMental logo - White.png' + src: '/img/eLLMental-logo-black.png', + srcDark: '/img/eLLMental-logo-white.png' }, items: [ { diff --git a/website/static/img/eLLMental logo - Black.png b/website/static/img/eLLMental-logo-black.png similarity index 100% rename from website/static/img/eLLMental logo - Black.png rename to website/static/img/eLLMental-logo-black.png diff --git a/website/static/img/eLLMental logo - White.png b/website/static/img/eLLMental-logo-white.png similarity index 100% rename from website/static/img/eLLMental logo - White.png rename to website/static/img/eLLMental-logo-white.png