Skip to content

Commit f7b0302

Browse files
committed
fix: apostrophe in jsx
1 parent 233e980 commit f7b0302

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

apps/postgres-new/components/layout.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ function RenameDialog() {
120120
<>
121121
<h3 className="font-bold">No action required</h3>
122122

123-
<p>Looks like you don't have any existing databases that you need to transfer.</p>
123+
<p>
124+
Looks like you don&apos;t have any existing databases that you need to transfer.
125+
</p>
124126

125127
<p>
126128
{' '}
@@ -208,8 +210,8 @@ function RenameDialog() {
208210
</AccordionItem>
209211
</Accordion>
210212
<p>
211-
The deadline to transfer your data is November 15, 2024. If you don't transition
212-
to {currentDomainHostname} by then, you will lose your data.
213+
The deadline to transfer your data is November 15, 2024. If you don&apos;t
214+
transition to {currentDomainHostname} by then, you will lose your data.
213215
</p>
214216

215217
<p className="prose">

0 commit comments

Comments
 (0)