Skip to content

Commit

Permalink
Fix asset path
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Mar 28, 2024
1 parent 8c8af3c commit a1c1491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ macro_rules! declare_asset {
declare_asset!(css, "../../assets/index.css");

pub fn logo() -> &'static [u8] {
static LOGO: &[u8] = include_bytes!("../../assets/brand-images/logo-512.png");
static LOGO: &[u8] = include_bytes!("../../assets/brand_images/logo-512.png");

LOGO
}
Expand Down

0 comments on commit a1c1491

Please sign in to comment.