Skip to content

Commit

Permalink
UPDATE deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lencodes committed Sep 27, 2023
1 parent f561093 commit ffc3ad3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pwa/src/layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ const Layout: React.FC<LayoutProps> = ({ children, pageContext, location }) => {

<HeaderTemplate layoutClassName={styles.header} />

<>Changes test 1</>

<div className={styles.pageContent}>{children}</div>

<FooterTemplate layoutClassName={styles.footer} />
Expand Down

0 comments on commit ffc3ad3

Please sign in to comment.