Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.42k stars 1.99k forks source link

Gutenboarding: broken Coutoire design #40654

Closed simison closed 4 years ago

simison commented 4 years ago

Something is wrong with "Coutoire" design:

https://public-api.wordpress.com/rest/v1/template/demo/coutoire/coutoire/?font_headings=Playfair%20Display&font_base=Fira%20Sans

image
sirreal commented 4 years ago

Hitting this demo point was likely an error. This should have used the bowen template:

https://github.com/Automattic/wp-calypso/blob/9c5f091e00815b37f9a5790d4939ad4be9e36950/client/landing/gutenboarding/available-designs.ts#L63-L74

This works:

https://public-api.wordpress.com/rest/v1/template/demo/coutoire/bowen/?font_headings=Playfair%20Display&font_base=Fira%20Sans

simison commented 4 years ago

yass, fixed in https://github.com/Automattic/wp-calypso/pull/40662