mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
Fix linter error
This commit is contained in:
parent
703df486f9
commit
b1384352b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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's features
|
||||
</div>
|
||||
</div>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue