fixed apostrophe issues for build
This commit is contained in:
parent
46902a9e33
commit
ae71e6eada
@ -1,17 +1,17 @@
|
||||
//pages/_document.tsx
|
||||
import { poppins } from "@/components/ClientPortal/ClientPortal";
|
||||
import { Html, Head, Main, NextScript } from "next/document";
|
||||
// import { poppins } from "@/components/ClientPortal/ClientPortal";
|
||||
// import { Html, Head, Main, NextScript } from "next/document";
|
||||
|
||||
|
||||
export default function Document() {
|
||||
return (
|
||||
<Html lang="en" className={poppins.className}>
|
||||
<Head />
|
||||
<body >
|
||||
<Main />
|
||||
<div id="myportal" />
|
||||
<NextScript />
|
||||
</body>
|
||||
</Html>
|
||||
);
|
||||
}
|
||||
// export default function Document() {
|
||||
// return (
|
||||
// <Html lang="en" className={poppins.className}>
|
||||
// <Head />
|
||||
// <body >
|
||||
// <Main />
|
||||
// <div id="myportal" />
|
||||
// <NextScript />
|
||||
// </body>
|
||||
// </Html>
|
||||
// );
|
||||
// }
|
||||
@ -43,9 +43,9 @@ export default function Home() {
|
||||
modal) Node from outside of their parent component hierarchy.
|
||||
</p>
|
||||
<div className={styles.reactontent}>
|
||||
<h4>Industry's stand 1960s with the release</h4>
|
||||
<h4>Industry's stand 1960s with the release</h4>
|
||||
<p>
|
||||
has been the industry's stand 1960s with the release of
|
||||
has been the industry's stand 1960s with the release of
|
||||
Letraset sheets containing Lorem Ipsum passages, and more
|
||||
recently with desktop publishing software like Aldus PageMaker
|
||||
including versions of Lorem Ipsum.
|
||||
@ -63,7 +63,7 @@ export default function Home() {
|
||||
<div className={styles.reactontent}>
|
||||
<p>
|
||||
Lorem Ipsum is simply dummy text of the printing and
|
||||
typesetting industry. Lorem Ipsum has been the industry's
|
||||
typesetting industry. Lorem Ipsum has been the industry's
|
||||
standard dummy text ever since the 1500s, when an unknown
|
||||
printer took a galley of type and Lorem Ipsum.
|
||||
</p>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user