Skip to content

Commit

Permalink
Move shortbread.css to bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
timngyn committed Nov 29, 2023
1 parent 788e7b9 commit 4eb32d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ function MyApp({ Component, pageProps }) {
></script>
</>
)}
<link
href="https://prod.assets.shortbread.aws.dev/shortbread.css"
rel="stylesheet"
></link>
</>
);
}
Expand Down
4 changes: 0 additions & 4 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ export default class MyDocument extends Document {
src="https://prod.assets.shortbread.aws.dev/shortbread.js"
defer
></script>
<link
href="https://prod.assets.shortbread.aws.dev/shortbread.css"
rel="stylesheet"
></link>
</Head>
<body>
<Main />
Expand Down

0 comments on commit 4eb32d0

Please sign in to comment.