Skip to content

Commit

Permalink
Update logo and icon for docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Jan 29, 2022
1 parent 008c093 commit a67fca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@

#![no_std]
#![doc(
html_logo_url = "https://libcala.github.io/logo.svg",
html_favicon_url = "https://libcala.github.io/icon.svg",
html_logo_url = "https://ardaku.github.io/mm/logo.svg",
html_favicon_url = "https://ardaku.github.io/mm/icon.svg",
html_root_url = "https://docs.rs/fon"
)]
#![deny(unsafe_code)]
Expand Down

0 comments on commit a67fca9

Please sign in to comment.