This fixes #146. the functionality already exists but was lacking the user experience.
tested in a local dev environment following the instructions in the README per below procedure:
copy some random text that is not a pawprints url
run dev server on main branch with at least one petition
open petition, verify hovering over link share button in bottom right corner doesn't change the cursor
stop dev server, check out this branch
start dev server
open petition, verify hovering over link share button in bottom right corner causes cursor to change to a pointer icon
open any text box, such as a new notepad window, and use ctrl-v to paste. verify that the url to the pawprint is present instead of the text copied earlier
This fixes #146. the functionality already exists but was lacking the user experience.
tested in a local dev environment following the instructions in the README per below procedure: