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:
parent
5e69628e35
commit
2f96dbbdd4
7 changed files with 541 additions and 1967 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue