pinakes-ui: fix import icon from upload to download
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I96ac0f5a1c77d96598d280ceb4c5c3346a6a6964
This commit is contained in:
parent
445281ea5a
commit
55ee55fb31
1 changed files with 3 additions and 3 deletions
|
|
@ -4,8 +4,8 @@ use std::sync::atomic::{AtomicUsize, Ordering};
|
|||
use dioxus::prelude::*;
|
||||
use dioxus_free_icons::icons::fa_solid_icons::{
|
||||
FaArrowRightFromBracket, FaBook, FaChartBar, FaChevronLeft, FaChevronRight, FaClock,
|
||||
FaClockRotateLeft, FaCopy, FaDatabase, FaDiagramProject, FaGear, FaLayerGroup,
|
||||
FaMagnifyingGlass, FaTags, FaUpload,
|
||||
FaClockRotateLeft, FaCopy, FaDatabase, FaDiagramProject, FaDownload, FaGear, FaLayerGroup,
|
||||
FaMagnifyingGlass, FaTags,
|
||||
};
|
||||
use dioxus_free_icons::{Icon, IconShape};
|
||||
use futures::future::join_all;
|
||||
|
|
@ -499,7 +499,7 @@ pub fn App() -> Element {
|
|||
}
|
||||
},
|
||||
span { class: "nav-icon",
|
||||
NavIcon { icon: FaUpload }
|
||||
NavIcon { icon: FaDownload }
|
||||
}
|
||||
span { class: "nav-item-text", "Import" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue