Skip to content

Commit

Permalink
Change document title
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcosfitzsimons committed Feb 19, 2023
1 parent f807b34 commit 6068f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/head.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default function Head() {
return (
<>
<title>Create Next App</title>
<title>Multi Step Form</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="description" content="Generated by create next app" />
<link rel="icon" href="/favicon.ico" />
</>
)
);
}

0 comments on commit 6068f67

Please sign in to comment.