Skip to content

Commit

Permalink
fix: libhelium icons
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Feb 3, 2024
1 parent 56cd988 commit cd5d03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libhelium/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#![cfg_attr(feature = "dox", feature(doc_cfg))]
#![allow(clippy::needless_doctest_main)]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/tau-OS/libhelium/main/demo/data/libhelium.svg",
html_favicon_url = "https://raw.githubusercontent.com/tau-OS/libhelium/main/demo/data/libhelium-symbolic.svg"
html_logo_url = "https://raw.githubusercontent.com/tau-OS/libhelium/main/assets/Helium.svg",
html_favicon_url = "https://raw.githubusercontent.com/tau-OS/libhelium/main/assets/Helium-sym.svg"
)]

// Re-export the -sys bindings
Expand Down

0 comments on commit cd5d03c

Please sign in to comment.