Skip to content

Commit

Permalink
Update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 15, 2024
1 parent bdbd90f commit b67ccd9
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pages/apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Apps: NextPage = () => {
<>
<Head>
<title>App Login</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<meta name="description" content="RADAR-base SEP" />
</Head>
<AppLoginCard>
<CardTitle>App Login</CardTitle>
Expand Down
2 changes: 1 addition & 1 deletion pages/fitbit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Fitbit: NextPage = () => {
<>
<Head>
<title>App Login</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<meta name="description" content="RADAR-base SEP" />
</Head>
<AppLoginCard>
<CardTitle>App Login</CardTitle>
Expand Down
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ const Home: NextPage = () => {
return (
<div className={"container-fluid"}>
<Head>
<title>Ory NextJS Integration Example</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<title>RADAR Base</title>
<meta name="description" content="RADAR-base SEP" />
</Head>

<MarginCard wide>
<CardTitle>RADAR Base Ory!</CardTitle>
<CardTitle>RADAR Base Self-Enrolment Portal</CardTitle>
<P>Welcome to the RADAR Base self-enrolment portal.</P>
<div className="row">
<div className="col-md-4 col-xs-12">
Expand Down
4 changes: 2 additions & 2 deletions pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ const Login: NextPage = () => {
return (
<>
<Head>
<title>Sign in - Ory NextJS Integration Example</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<title>Sign in - RADAR Base</title>
<meta name="description" content="RADAR-base SEP" />
</Head>
<MarginCard>
<CardTitle>
Expand Down
2 changes: 1 addition & 1 deletion pages/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const Profile: NextPage = () => {
<>
<Head>
<title>Profile Page</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<meta name="description" content="RADAR-base SEP" />
</Head>
<ProfileCard>
<CardTitle>User Information</CardTitle>
Expand Down
4 changes: 2 additions & 2 deletions pages/recovery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ const Recovery: NextPage = () => {
return (
<>
<Head>
<title>Recover your account - Ory NextJS Integration Example</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<title>Recover your account - RADAR Base</title>
<meta name="description" content="RADAR-base SEP" />
</Head>
<MarginCard>
<CardTitle>Recover your account</CardTitle>
Expand Down
2 changes: 1 addition & 1 deletion pages/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const Settings: NextPage = () => {
Profile Management and Security Settings - Ory NextJS Integration
Example
</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<meta name="description" content="RADAR-base SEP" />
</Head>
<CardTitle style={{ marginTop: 80 }}>
Profile Management and Security Settings
Expand Down
2 changes: 1 addition & 1 deletion pages/study-consent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const StudyConsent: NextPage = () => {
<>
<Head>
<title>Study Consent</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<meta name="description" content="RADAR-base SEP" />
</Head>
<StudyConsentCard>
<CardTitle>Study Consent</CardTitle>
Expand Down
4 changes: 2 additions & 2 deletions pages/verification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ const Verification: NextPage = () => {
return (
<>
<Head>
<title>Verify your account - Ory NextJS Integration Example</title>
<meta name="description" content="NextJS + React + Vercel + Ory" />
<title>Verify your account - RADAR Base</title>
<meta name="description" content="RADAR-base SEP" />
</Head>
<MarginCard>
<CardTitle>Verify your account</CardTitle>
Expand Down

0 comments on commit b67ccd9

Please sign in to comment.