diff options
Diffstat (limited to 'style/src/lib.rs')
-rw-r--r-- | style/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/src/lib.rs b/style/src/lib.rs index 7a496f5f..fb94ac43 100644 --- a/style/src/lib.rs +++ b/style/src/lib.rs @@ -5,7 +5,7 @@ //! //!  #![doc( - html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/master/docs/logo.svg" + html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" )] pub use iced_core::{Background, Color}; |