Skip to content

Commit

Permalink
add new fancy logo 🎉 (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamsi committed Jul 14, 2020
1 parent aefb3e0 commit b906047
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Binary file added img/logo-tendermint-rs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions img/logo-tendermint-rs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion tendermint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
unused_qualifications
)]
#![forbid(unsafe_code)]
#![doc(html_root_url = "https://docs.rs/tendermint/0.14.1")]
#![doc(
html_root_url = "https://docs.rs/tendermint/0.14.1",
html_logo_url = "https://raw.githubusercontent.com/informalsystems/tendermint-rs/master/img/logo-tendermint-rs.png"
)]

#[macro_use]
pub mod error;
Expand Down

0 comments on commit b906047

Please sign in to comment.