Skip to content

Commit 32fde0e

Browse files
Merge pull request #30 from bhavik-goplani/develop
Develop: Page metadata and favicon
2 parents 0fb9e2a + aedb4c2 commit 32fde0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/favicon.ico

548 Bytes
Binary file not shown.

src/app/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { AuthForm } from "@/components/auth-form"
55
export const dynamic = 'force-dynamic'
66

77
export const metadata: Metadata = {
8-
title: "Authentication",
9-
description: "Authentication forms built using the components.",
8+
title: "RPS Survey App",
9+
description: "Applied Behavioral Science Research: Automated survey generator",
1010
}
1111

1212
export default function Home() {

0 commit comments

Comments
 (0)