Skip to content

Commit

Permalink
fix: no-unescaped-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Sep 12, 2024
1 parent 7c5cf42 commit 6ac5be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/(pages)/receptionist/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default async function ReceptionistPage() {
{/* Today's Schedule */}
<Card>
<CardHeader className="flex justify-between">
<h2 className="text-lg font-semibold">Today's Schedule</h2>
<h2 className="text-lg font-semibold">Today&#39;s Schedule</h2>
<Button size="sm" color="primary">
View All
</Button>
Expand Down Expand Up @@ -157,7 +157,7 @@ export default async function ReceptionistPage() {
{/* Today's Progress */}
<Card>
<CardHeader>
<h2 className="text-lg font-semibold">Today's Progress</h2>
<h2 className="text-lg font-semibold">Today&#39;s Progress</h2>
</CardHeader>
<CardBody className="space-y-4">
<ProgressBar
Expand Down

0 comments on commit 6ac5be8

Please sign in to comment.