Skip to content

Commit

Permalink
Use escape sequence for apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
lef237 committed Jan 31, 2024
1 parent 0fda154 commit 081659f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const meta: MetaFunction = () => {
export default function Index() {
return (
<div style={{ fontFamily: "system-ui, sans-serif", lineHeight: "1.8" }}>
<h1>Welcome to lef237's homepage!</h1>
<h1>Welcome to lef237&apos;s homepage!</h1>
<h2>This site is made by Remix (SPA Mode)</h2>
<ul>
<li>
Expand Down

0 comments on commit 081659f

Please sign in to comment.