Skip to content

Commit

Permalink
Update Head component props in index.js page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheeDouglasAM3 committed Jan 26, 2021
1 parent f928605 commit 18df9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const QuizContainer = styled.div`
export default function Home() {
return (
<>
<Head title={db.title} bg={db.bg} />
<Head title={db.title} bg={db.bg} description={db.description} />
<QuizBackground backgroundImage={db.bg}>
<QuizContainer>
<QuizLogo />
Expand Down

2 comments on commit 18df9d3

@vercel
Copy link

@vercel vercel bot commented on 18df9d3 Jan 26, 2021

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 18df9d3 Jan 26, 2021

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

pato-quiz – ./

pato-quiz.theedouglasam.vercel.app
pato-quiz-git-master.theedouglasam.vercel.app
pato-quiz.vercel.app

Please sign in to comment.