Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
kchenturtles committed Nov 13, 2023
1 parent 56a1e1b commit f9e3952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Page ({episodes}) {
<div>
<Head><title>Home | The Wild Thistle Productions</title></Head>
<main>
<header>
<header>
</header>
<section className='section container'>
<Image className={styles.mainImage } src = { mainImage } alt = "Main Photo" />
Expand Down
1 change: 1 addition & 0 deletions pages/store.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default function Store() {
<main>
<PageTitle>
Store
<div>Shop</div>
</PageTitle>
</main>);
}

0 comments on commit f9e3952

Please sign in to comment.