gui(installer): change collapse icon from left arrow to righ arrow

This commit is contained in:
pythcoiner 2024-11-01 09:51:44 +01:00
parent 9f619f2a79
commit 53e773a0ff
No known key found for this signature in database
GPG Key ID: C1048AEEDF303B88

View File

@ -92,7 +92,7 @@ pub fn pencil_icon() -> Text<'static> {
}
pub fn collapse_icon() -> Text<'static> {
bootstrap_icon('\u{F284}')
bootstrap_icon('\u{F285}')
}
pub fn collapsed_icon() -> Text<'static> {