mirror of
https://github.com/BradNut/weddingsite
synced 2025-09-08 17:40:36 +00:00
Fixing head tag for Q&A
This commit is contained in:
parent
a0b37cd262
commit
3be4e1b3a7
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ export default function Nav() {
|
|||
<a>Travel & Stay</a>
|
||||
</NavLink>
|
||||
<NavLink href="/qanda">
|
||||
<a>Q + A</a>
|
||||
<a>Q & A</a>
|
||||
</NavLink>
|
||||
<NavLink href="/rsvp">
|
||||
<a>RSVP</a>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ export default function QandAPage() {
|
|||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title key="title">N & N | QA</title>
|
||||
<title key="title">N & N | Q & A</title>
|
||||
</Head>
|
||||
<h1 className="center">Q & A</h1>
|
||||
<QAStyles>
|
||||
|
|
|
|||
Loading…
Reference in a new issue