Skip to content

Commit

Permalink
style: update meta tag description in _app.tsx (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored Jun 26, 2024
1 parent 8cd9e86 commit c78dfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function App({ Component, pageProps }: AppProps) {
<>
<Head>
<title>FilmFinder</title>
<meta name="description" content="Generated by create next app" />
<meta name="description" content="Find films, and bookmark them to review later." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>
Expand Down

1 comment on commit c78dfad

@vercel
Copy link

@vercel vercel bot commented on c78dfad Jun 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.