diff options
| author | Priyansh Shah <[email protected]> | 2024-07-20 22:03:52 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-20 22:03:52 +0530 |
| commit | e8d57aebb9baab33e55f2170533b1e2fa7b1ccb4 (patch) | |
| tree | 7a86b44f42c69ef5da167c72f087cf2596fad66a | |
| parent | feat/refactor: Using <Link> instead of <a> and hovering animation (diff) | |
| download | supermemory-e8d57aebb9baab33e55f2170533b1e2fa7b1ccb4.tar.xz supermemory-e8d57aebb9baab33e55f2170533b1e2fa7b1ccb4.zip | |
fix: forgot to close the Link tag since was on phone
| -rw-r--r-- | apps/web/app/(dash)/home/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/home/page.tsx b/apps/web/app/(dash)/home/page.tsx index 09521b77..49984cc3 100644 --- a/apps/web/app/(dash)/home/page.tsx +++ b/apps/web/app/(dash)/home/page.tsx @@ -151,7 +151,7 @@ function Page({ > <GithubIcon className="w-4 h-4" /> Bug report - </Link + </Link> <Link href="https://x.com/supermemoryai" target="_blank" |