We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I go to the index.html file and change the label (or remove it), it keeps displaying the default label. How do I update the label?
The text was updated successfully, but these errors were encountered:
@paodb can you show me the exact code you're trying please? This package needs a full update to be honest.
Sorry, something went wrong.
HI, @smashah. I did a checkout of the repo and then went to the index.html file (in the demo folder) There I switch the whatsapp-button tag to this:
<whatsapp-button phone="7712345678" dialog dialcode="44" text="hey there lets chat!" label="Contact me" responsive> </whatsapp-button>
I changed the label to: label = "Contact me"
label = "Contact me"
Then I did npm run build & npm start and the button displays but the label keeps showing "Join Group!". It doesn't seem to be updated.
Is there some other way to set the label?
No branches or pull requests
If I go to the index.html file and change the label (or remove it), it keeps displaying the default label. How do I update the label?
The text was updated successfully, but these errors were encountered: