diff options
| author | Dhravya <[email protected]> | 2024-07-01 08:04:03 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-07-01 08:04:03 -0500 |
| commit | 6a14bea506854e166bfb9cf035731dda7bf13fe6 (patch) | |
| tree | 72d87e4b646d080ad113bc624dd004efe48a9172 /apps/web | |
| parent | minor changes in extension (diff) | |
| download | supermemory-6a14bea506854e166bfb9cf035731dda7bf13fe6.tar.xz supermemory-6a14bea506854e166bfb9cf035731dda7bf13fe6.zip | |
fix link
Diffstat (limited to 'apps/web')
| -rw-r--r-- | apps/web/app/(landing)/Features/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(landing)/Features/index.tsx b/apps/web/app/(landing)/Features/index.tsx index 1d3fd0b6..e327f86a 100644 --- a/apps/web/app/(landing)/Features/index.tsx +++ b/apps/web/app/(landing)/Features/index.tsx @@ -157,7 +157,7 @@ const Services = () => { enjoy the benefits. </p> <a - href="/components" + href="https://git.new/memory" className="inline-flex gap-x-1 justify-center items-center py-4 px-10 text-center bg-transparent bg-gradient-to-tr to-transparent rounded-xl transition-colors sm:w-auto w-fit mt-[-20px] bg-glass-gradient group from-zinc-300/5 via-gray-400/5 border-white/10 border-[1px] hover:bg-transparent/10" > <GithubIcon className="inline-flex justify-center items-center w-5 h-5" />{" "} |