Skip to content

Commit

Permalink
fix escaped char
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVation committed May 19, 2023
1 parent 90ddb10 commit d8fe20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(introducty)/editor/[siteId]/SiteSettingsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function SiteSettingsCard({ siteName, siteId }: Props) {
<CardHeader className="pb-2">
<CardTitle>Site Settings</CardTitle>
<CardDescription>
Configure your site's name and settings.
Configure your site&apos;s name and settings.
</CardDescription>
</CardHeader>
<CardContent className="grid w-full gap-4">
Expand Down

0 comments on commit d8fe20e

Please sign in to comment.