Skip to content

Commit

Permalink
feat: add link explicitly to copy
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Oct 11, 2024
1 parent 5260f6d commit 5edd6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ViewBusiness/ViewBusiness.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ export const ViewBusiness = () => {
{item.label === 'BUSINESS ID' ? (
// <ChakraLink as={Link} to={`/signupbusiness?id=${item.value}`}>
<Tooltip
label="Copy Business Signup Link to Clipboard"
label={`Copy Business Signup Link to Clipboard: ${window.location.origin}/signupbusiness?id=${item.value}`}
width={'fit-content'}
>
<Text
Expand Down

0 comments on commit 5edd6fc

Please sign in to comment.