Skip to content

Commit

Permalink
Fix deploy fail with apos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhang1618 committed Apr 4, 2024
1 parent c50afd0 commit 4bd5b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Home() {
<Image src="/acm-logo.png" width={100} height={100} alt="ACM Logo" />
</div>
<div>
<h1>Welcome to ACM's static site template!</h1>
<h1>Welcome to ACM&apos;s static site template!</h1>
</div>
</main>
);
Expand Down

0 comments on commit 4bd5b5b

Please sign in to comment.