diff options
| -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" |