Www domain keeps awaiting for external DNS

I have the following netlify app
jade-cajeta-b86a61.netlify.app](https://jade-cajeta-b86a61.netlify.app

Im trying to link it to my custom domain, pokerdatahub.com. I have already changed the hover name servers to include Netlify’s DNS,

But only the pokerdatahub.com is linked, but the www domain keeps awaiting for external DNS

This looks to be resolved. Although you’ve got an extra A record which should be removed:

dig A +short @8.8.8.8 pokerdatahub.com
216.40.34.41 <-- remove this
75.2.60.5

dig CNAME +short @8.8.8.8 www.pokerdatahub.com
jade-cajeta-b86a61.netlify.app.

Then you can renew your SSL certificate.