Description
I have noticed that the Bulma badges referenced on the documentation "made with bulma" page are not showing correctly- (https://bulma.io/made-with-bulma/)
The 6 versions of the badge are shown correctly in the first section as shown below.
However in the second section which shows how to embed the badges directly, labeled "Badge Snippets", all the badges are shown as the default rather than the variant. (see below)
To fix this each image needs to be referencing its correct badge version and the associated snippets of code needs to be updated to reflect this too.
As an example: The white made with bulma badge needs to be updated to the "made-with-bulma--white.png" image and in the code snippet src="https://bulma.io/assets/images/made-with-bulma.png" needs to be changed to to src="https://bulma.io/assets/images/made-with-bulma--white.png"