fixed apostrophe issues for build

This commit is contained in:
Jacob Delgado 2024-08-21 14:08:51 -07:00
parent 46902a9e33
commit ae71e6eada
2 changed files with 17 additions and 17 deletions

View File

@ -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>
); // );
} // }

View File

@ -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&apos;s stand 1960s with the release</h4>
<p> <p>
has been the industry's stand 1960s with the release of has been the industry&apos;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&apos;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>