Skip to content

Commit

Permalink
updated meta content for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
alivarastepour committed Nov 2, 2023
1 parent 980576d commit ef3bcd3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions pages/RiskAssessment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ export default function RiskAssessment() {
<>
<Head>
<title>Diabetes360 | Assess your risk for Diabetes</title>
<meta name="description" content="Generated by create next app" />
<meta
name="description"
content="Asess your risk for Diabetes with 2 sets of questioneers."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/blue_circle.svg" />
</Head>
<RiskAssessmentPageWrapper />
</>
Expand Down
7 changes: 5 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ export default function Home() {
<>
<Head>
<title>Diabetes360 | Where you finally meet Diabetes</title>
<meta name="description" content="Generated by create next app" />
<meta
name="description"
content="Get to know Diabetes, its risk factors, how to prevent it and assess your risk with a quick test."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/blue_circle.svg" />
</Head>
<HomePageWrapper />
</>
Expand Down

0 comments on commit ef3bcd3

Please sign in to comment.