fix theme color oops

This commit is contained in:
zyl 2024-06-21 17:27:27 -07:00
parent e070fc6935
commit 5a1b3a81b1
No known key found for this signature in database

View file

@ -126,7 +126,7 @@ impl EmbedMetadata {
}
pub fn default_theme_color() -> String {
"ffc4fc".to_string()
"#ffc4fc".to_string()
}
}