Dead link in documentation

This page says (see Customization & Styling ) and the link leads to a private internal Manifold documentation page

https://docs.manifold.xyz/v/manifold-for-developers/resources/widgets/claim-widgets/widgets/buy-button-only-widget

And the public page for Customization and Styling is blank,

Thanks for the report, we’ve fixed the link, although styling information isn’t available yet.

You can target and apply styles via CSS selectors in the meantime.

Hey thanks, regarding that

Do you know if the ‘buy only widget’ for claims can be customized via properties to change the text in the button?

The connect widget allows for

     data-override-connect-text="some text in the connect button"

however that pattern doesn’t seem to work in the claim’s buy only button.

I’m using this workaround

.campaign-buy-button::before{
	content: "some text in the buy button";
}

But it’s not ideal