docs: replace documentation icon and primary color (#4582)

* Updated primary color to be pink

* Updated primary color and header logo

* Updated favico

* Updated icon on Mendable search for docs

* Yarn.lock update

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Lucas Oliveira 2024-11-14 06:58:42 -03:00 committed by GitHub
commit 2f96dbbdd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 541 additions and 1967 deletions

View file

@ -7,7 +7,8 @@ export default function FooterWrapper(props) {
const iconSpan1 = React.createElement(
"img",
{
src: "/img/logo.svg",
src: "/img/langflow-icon-black-transparent.svg",
srcDark: "",
style: { width: "40px" },
},
null