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

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

Pull request description:

  Fixes #1416

  ![image](https://github.com/user-attachments/assets/8bcc3cbe-0db5-41aa-bd54-7e1a069aaaa9)

ACKs for top commit:
  edouardparis:
    utACK 53e773a0ff28d0428b32fd57b13df1fec93f851e

Tree-SHA512: 391e4260080be40d70f48b20f9648f09249c3a9d7262fafde45cd0f40857c701c268234a2e5ccca6f13365db440135ca238532a309d1bafdbfc0958efbfb8bf7
This commit is contained in:
edouardparis 2025-04-30 11:14:58 +02:00
commit ecd843c689
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

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> {