Skip to content

Commit

Permalink
cs: fix unescaped entities
Browse files Browse the repository at this point in the history
  • Loading branch information
nehalist committed Feb 6, 2024
1 parent 617e377 commit 1aea32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/admin/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default async function Admin() {

return (
<div>
<p>It's a very poor admin, but it's a start.</p>
<p>It&apos;s a very poor admin, but it&apos;s a start.</p>
<div className="grid grid-cols-3 gap-3 mt-3">
<Card>
<CardHeader>Total users</CardHeader>
Expand Down

0 comments on commit 1aea32d

Please sign in to comment.