This is an automated email from the ASF dual-hosted git repository.
apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git
The following commit(s) were added to refs/heads/master by this push:
new 4038dba Update page.tsx
new 8da3adf Merge branch 'master' of
https://github.com/apache/incubator-resilientdb-site
4038dba is described below
commit 4038dba12ac9c41d48f72ce34e4c8c32dbe2d7ed
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed May 22 11:36:22 2024 -0700
Update page.tsx
---
src/app/contact/page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 9df15c1..c4e3545 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -4,7 +4,7 @@ import Contact from "@/components/Contact";
import { Metadata } from "next";
export const metadata: Metadata = {
- title: "Contact Page | Free Next.js Template for Startup and SaaS",
+ title: "Contact Page",
description: "This is Contact Page for Startup Nextjs Template",
// other metadata
};