Skip to content

Commit d74d561

Browse files
committed
fix typo
1 parent 4f38f09 commit d74d561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/DeletePageModal.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function DeletePageModal({ open, onClose, onConfirm }) {
2424
Confirm to Delete
2525
</Dialog.Title>
2626
<Dialog.Description className="text-gray-400 mt-[10px] mb-5 text-[15px] leading-normal">
27-
Are you sure you want to close this page? The data on this page will be lost forever.
27+
Are you sure you want to delete this page? The data on this page will be lost forever.
2828
</Dialog.Description>
2929
<div className="flex justify-end gap-[25px]">
3030
<button
@@ -49,7 +49,7 @@ export default function DeletePageModal({ open, onClose, onConfirm }) {
4949
strokeLinejoin="round"
5050
strokeWidth="2"
5151
d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" />
52-
</svg>
52+
</svg>
5353
</button>
5454
</div>
5555
</Dialog.Content>

0 commit comments

Comments
 (0)