diff options
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/mod.rs b/src/app/mod.rs index 6753ff0..9648146 100644 --- a/src/app/mod.rs +++ b/src/app/mod.rs @@ -43,7 +43,7 @@ async fn patrons() -> Result<Option<patreon::Users>> { } } -pub const ICON: &'static str = "https://xeiaso.net/static/img/avatar.png"; +pub const ICON: &str = "https://xeiaso.net/static/img/avatar.png"; pub struct State { pub cfg: Arc<Config>, |
