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>
|
<a>Travel & Stay</a>
|
||||||
</NavLink>
|
</NavLink>
|
||||||
<NavLink href="/qanda">
|
<NavLink href="/qanda">
|
||||||
<a>Q + A</a>
|
<a>Q & A</a>
|
||||||
</NavLink>
|
</NavLink>
|
||||||
<NavLink href="/rsvp">
|
<NavLink href="/rsvp">
|
||||||
<a>RSVP</a>
|
<a>RSVP</a>
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ export default function QandAPage() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
<title key="title">N & N | QA</title>
|
<title key="title">N & N | Q & A</title>
|
||||||
</Head>
|
</Head>
|
||||||
<h1 className="center">Q & A</h1>
|
<h1 className="center">Q & A</h1>
|
||||||
<QAStyles>
|
<QAStyles>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue