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