Skip to content

Commit 06fe957

Browse files
committed
update index for docs
1 parent 5cae37d commit 06fe957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb-rag-docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function HomepageHeader() {
1212
return (
1313
<header className={clsx('hero hero--primary', styles.heroBanner)}>
1414
<div className="container">
15-
<img src="img/mongodb-rag-logo.png" alt="MongoDB RAG" className={styles.logo} />
15+
<img src="img/logo-square.png" alt="MongoDB RAG" className={styles.logo} />
1616
<h1 className="hero__title">{siteConfig.title}</h1>
1717
<p className="hero__subtitle">Powerful Retrieval-Augmented Generation (RAG) for MongoDB</p>
1818
<div className={styles.buttons}>

0 commit comments

Comments
 (0)