diff options
| author | Kinfe123 <[email protected]> | 2024-07-04 11:09:36 +0300 |
|---|---|---|
| committer | Kinfe123 <[email protected]> | 2024-07-04 11:09:36 +0300 |
| commit | d679b2f4f73b17d9d1dfcdc23d7527d28f8bd82f (patch) | |
| tree | ecaa6ec874314960963fe8547d018d3962ae7a41 /apps/web | |
| parent | fix: making the image work (diff) | |
| download | supermemory-d679b2f4f73b17d9d1dfcdc23d7527d28f8bd82f.tar.xz supermemory-d679b2f4f73b17d9d1dfcdc23d7527d28f8bd82f.zip | |
fix: change to signin path
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 e327f86a..e2a20017 100644 --- a/apps/web/app/(landing)/Features/index.tsx +++ b/apps/web/app/(landing)/Features/index.tsx @@ -85,7 +85,7 @@ const Services = () => { data in a private manner, from anywhere. </p> <a - href="/components" + href="/signin" className="inline-flex justify-center items-center py-4 px-10 w-full text-center bg-transparent bg-gradient-to-tr to-transparent rounded-xl transition-colors sm:w-auto mt-[-20px] bg-glass-gradient group from-zinc-300/5 via-gray-400/5 border-white/10 border-[1px] hover:bg-transparent/10" > Get started |