diff options
Diffstat (limited to '')
-rw-r--r-- | examples/todos.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/todos.rs b/examples/todos.rs index 19e2a701..f921a666 100644 --- a/examples/todos.rs +++ b/examples/todos.rs @@ -357,7 +357,7 @@ fn empty_message(message: &str) -> Element<'static, Message> { // Fonts const ICONS: Font = Font::External { name: "Icons", - bytes: include_bytes!("./resources/icons.ttf"), + bytes: include_bytes!("resources/icons.ttf"), }; fn icon(unicode: char) -> Text { |