We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cae37d commit 06fe957Copy full SHA for 06fe957
mongodb-rag-docs/src/pages/index.js
@@ -12,7 +12,7 @@ function HomepageHeader() {
12
return (
13
<header className={clsx('hero hero--primary', styles.heroBanner)}>
14
<div className="container">
15
- <img src="img/mongodb-rag-logo.png" alt="MongoDB RAG" className={styles.logo} />
+ <img src="img/logo-square.png" alt="MongoDB RAG" className={styles.logo} />
16
<h1 className="hero__title">{siteConfig.title}</h1>
17
<p className="hero__subtitle">Powerful Retrieval-Augmented Generation (RAG) for MongoDB</p>
18
<div className={styles.buttons}>
0 commit comments