aboutsummaryrefslogtreecommitdiff
path: root/apps/web/app/(dash)
diff options
context:
space:
mode:
authorPriyansh Shah <[email protected]>2024-07-20 22:03:52 +0530
committerGitHub <[email protected]>2024-07-20 22:03:52 +0530
commite8d57aebb9baab33e55f2170533b1e2fa7b1ccb4 (patch)
tree7a86b44f42c69ef5da167c72f087cf2596fad66a /apps/web/app/(dash)
parentfeat/refactor: Using <Link> instead of <a> and hovering animation (diff)
downloadsupermemory-e8d57aebb9baab33e55f2170533b1e2fa7b1ccb4.tar.xz
supermemory-e8d57aebb9baab33e55f2170533b1e2fa7b1ccb4.zip
fix: forgot to close the Link tag since was on phone
Diffstat (limited to 'apps/web/app/(dash)')
-rw-r--r--apps/web/app/(dash)/home/page.tsx2
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"