aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/components
diff options
context:
space:
mode:
authorDhravya Shah <[email protected]>2025-03-17 15:18:48 -0700
committerDhravya Shah <[email protected]>2025-03-17 15:18:48 -0700
commit8931c43295d593ffbec8431f5a2e4c97f02f5480 (patch)
tree39cb64a792cf1b24fe0b9487990dcf52451d6698 /apps/web/app/components
parentfix: tweets view (diff)
parentMerge pull request #339 from supermemoryai/hybrid-rag (diff)
downloadarchived-supermemory-8931c43295d593ffbec8431f5a2e4c97f02f5480.tar.xz
archived-supermemory-8931c43295d593ffbec8431f5a2e4c97f02f5480.zip
Merge branch 'main' of github.com:supermemoryai/supermemory
Diffstat (limited to 'apps/web/app/components')
-rw-r--r--apps/web/app/components/Landing/Hero.tsx15
1 files changed, 12 insertions, 3 deletions
diff --git a/apps/web/app/components/Landing/Hero.tsx b/apps/web/app/components/Landing/Hero.tsx
index 06d82dfb..353d0211 100644
--- a/apps/web/app/components/Landing/Hero.tsx
+++ b/apps/web/app/components/Landing/Hero.tsx
@@ -77,7 +77,10 @@ export default function Hero() {
</Popover>
*/}
- <a href="https://docs.supermemory.ai" className="text-gray-600 hover:text-gray-900 transition-colors">
+ <a
+ href="https://docs.supermemory.ai"
+ className="text-gray-600 hover:text-gray-900 transition-colors"
+ >
Docs
</a>
</nav>
@@ -86,10 +89,16 @@ export default function Hero() {
{/* Right section */}
<div className="flex items-center space-x-6">
<div className="hidden sm:flex items-center space-x-6">
- <a href="#" className="text-gray-600 hover:text-gray-900 transition-colors">
+ <a
+ href="https://git.new/memory"
+ className="text-gray-600 hover:text-gray-900 transition-colors"
+ >
<GithubIcon className="h-6 w-6" />
</a>
- <a href="#" className="text-gray-600 hover:text-gray-900 transition-colors">
+ <a
+ href="https://discord.gg/b3BgKWpbtR"
+ className="text-gray-600 hover:text-gray-900 transition-colors"
+ >
<DiscordIcon className="h-6 w-6" />
</a>
</div>