chore: typo (#1187)

This commit is contained in:
白宦成 2024-10-28 10:58:44 +08:00 committed by GitHub
parent 6f3bb61023
commit 4e56bcbd47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ const IncompleteButton: FC<{
</Button>
</TooltipTrigger>
{!PRODUCT_HUNT_VOTE_URL && (
<TooltipContent>Product Hunk Vote is not ready, We'll see.</TooltipContent>
<TooltipContent>Product Hunt Vote is not ready, We'll see.</TooltipContent>
)}
</Tooltip>
)