Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 2455a16

Browse files
committed
Add 11 labs to ours backed by logos
1 parent 7f67b97 commit 2455a16

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/pages/Home.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,9 @@ export function Home() {
274274
<a href="https://www.ycombinator.com/companies/khoj">
275275
<img id='yc-logo' src="https://khoj-web-bucket.s3.amazonaws.com/backedbyyc.svg" alt="Backed by YCominbator" />
276276
</a>
277+
<a href="https://elevenlabs.io/text-to-speech">
278+
<img src="https://storage.googleapis.com/eleven-public-cdn/images/elevenlabs-grants-logo.png" alt="Text to Speech" className='partner-logo' />
279+
</a>
277280
</div>
278281
</div>
279282

src/styles/Home.css

+4
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ img.founders-item-image {
192192
outline: 1px solid var(--main-background);
193193
}
194194

195+
img.partner-logo {
196+
width: 200px;
197+
}
198+
195199
div.founders-item-image-container {
196200
outline: 1px solid var(--main-background);
197201
outline-offset: 8px;

0 commit comments

Comments
 (0)