Skip to content

Commit

Permalink
Update index.js (#1234)
Browse files Browse the repository at this point in the history
* Update index.js

Fixes #1229 

at least hopefully, I have not tried to generate the page, but the information on the site https://shields.io/category/version should get you up to speed in case you want other changes

* Update index.js

Co-authored-by: kenji yoshida <6b656e6a69@gmail.com>
  • Loading branch information
justjoheinz and xuwei-k committed Dec 3, 2021
1 parent 57d632a commit 313d6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Index extends React.Component {
);

const index = `[![Join the chat at https://gitter.im/optics-dev/Monocle](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/optics-dev/Monocle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.julien-truffaut/monocle_2.12.svg)](http://search.maven.org/#search|ga|1|com.github.julien-truffaut.monocle)
[![Maven Central](https://img.shields.io/maven-central/v/dev.optics/monocle-core_2.13)](https://search.maven.org/#search|ga|1|dev.optics.monocle-core)
Monocle is a Scala library which offers a simple yet powerful API to access and transform immutable data.
Expand Down

0 comments on commit 313d6a7

Please sign in to comment.