diff --git a/crates/hyfetch/src/font_logo.rs b/crates/hyfetch/src/font_logo.rs index 9f1998ef..59c14f47 100644 --- a/crates/hyfetch/src/font_logo.rs +++ b/crates/hyfetch/src/font_logo.rs @@ -6,7 +6,7 @@ use std::collections::HashMap; use std::fs::{self, File}; use std::io::{Read, Write}; -const FONT_LOGOS: &str = include_str!(concat!(env!("OUT_DIR"), "/data/font_logos.json")); +const FONT_LOGOS: &str = include_str!(concat!(env!("OUT_DIR"), "/font_logos.json")); pub fn get_font_logo(backend: Backend) -> Result { // Check if the cache file exists and return its contents if it does