mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
fix
This commit is contained in:
parent
7e182fca9a
commit
fa7588c43e
1 changed files with 3 additions and 3 deletions
|
|
@ -40,19 +40,19 @@ export const HeroCard = ({ imageUrl, title, description, href }) => {
|
|||
</p>
|
||||
<div className="mt-8 flex flex-wrap items-center gap-3">
|
||||
<a
|
||||
href="/concepts/how-it-works"
|
||||
href="/docs/concepts/how-it-works"
|
||||
className="inline-flex items-center justify-center rounded-lg bg-gray-900 dark:bg-zinc-100 px-4 py-2.5 text-sm font-medium text-white dark:text-zinc-900 hover:bg-gray-800 dark:hover:bg-white transition-colors"
|
||||
>
|
||||
Architecture
|
||||
</a>
|
||||
<a
|
||||
href="/quickstart"
|
||||
href="/docs/quickstart"
|
||||
className="inline-flex items-center justify-center rounded-lg border border-gray-200 dark:border-zinc-700 bg-white dark:bg-zinc-950 px-4 py-2.5 text-sm font-medium text-gray-900 dark:text-zinc-100 hover:bg-gray-50 dark:hover:bg-zinc-900 transition-colors"
|
||||
>
|
||||
Quickstart
|
||||
</a>
|
||||
<a
|
||||
href="/company-brain/setup"
|
||||
href="/docs/company-brain/setup"
|
||||
className="inline-flex items-center justify-center rounded-lg px-3 py-2.5 text-sm font-medium text-gray-600 dark:text-zinc-400 hover:text-gray-900 dark:hover:text-zinc-100 hover:bg-gray-100/80 dark:hover:bg-zinc-800/80 transition-colors"
|
||||
>
|
||||
Set up your company brain
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue