Fix linter error

This commit is contained in:
akhisud3195 2025-05-07 20:37:32 +05:30
parent 703df486f9
commit b1384352b0

View file

@ -28,7 +28,7 @@ export function HelpModal({ isOpen, onClose, onStartTour }: HelpModalProps) {
<div>
<div className="font-medium text-base text-gray-900 dark:text-gray-100">Take Product Tour</div>
<div className="text-sm text-gray-500 dark:text-gray-400">
Learn about RowBoat's features
Learn about RowBoat&apos;s features
</div>
</div>
</Button>