Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiheng-huang committed May 28, 2024
1 parent 88e6d22 commit df78dcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions www/components/home/bento.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ export function BentoFeatures() {
100%
</span>
</div>
<h2 className="mx-4 mt-6 text-3xl text-center dark:text-white font-display text-gray-950">
Heterogeneous Retrievers
<h2 className="text-2xl text-gray-800 transition dark:text-white font-display group-hover:text-purple-950">
Open Source
</h2>
<p className="text-gray-700 dark:text-gray-300">
Leveraging the power of community collaboration.
</p>
</div>
</div>
<div className="relative p-8 overflow-hidden border col-span-full rounded-xl sm:col-span-3 lg:col-span-2 border-neutral-50/50 backdrop-blur dark:bg-neutral-700/10 dark:border-neutral-800">
Expand Down
6 changes: 3 additions & 3 deletions www/components/home/join-cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ export function JoinCTA() {
DenserRetriever v1 Beta coming!
</h4>
<p className="mt-3 text-base leading-relaxed text-left text-gray-500 dark:text-neutral-100">
You can try out DenserRetriever both in your self-hosted machine,
with a extremly simple docker setup.
You can try out DenserRetriever in your self-hosted machine,
with an extremely simple docker setup.
</p>
<div className="flex w-1/2 gap-4 mt-6">
<a
href="https://retrievers.denser.ai/docs/install/install-server"
href="https://retriever.denser.ai/docs/install/install-server"
target="_blank"
className="flex items-center justify-center w-full px-10 py-4 text-2xl text-center text-white transition duration-500 ease-in-out transform rounded-md focus:ring-2 focus:ring-offset-2 focus:ring-offset-white focus:outline-none bg-neutral-600 font-display group dark:focus:ring-offset-neutral-900 dark:focus:ring-neutral-700 hover:bg-neutral-700 focus:ring-neutral-100"
>
Expand Down

0 comments on commit df78dcd

Please sign in to comment.