summary refs log tree commit diff stats
path: root/src/components/product_overview.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/product_overview.rs')
-rw-r--r--src/components/product_overview.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/product_overview.rs b/src/components/product_overview.rs
index ae2eaf2..d86c04d 100644
--- a/src/components/product_overview.rs
+++ b/src/components/product_overview.rs
@@ -11,7 +11,10 @@ pub fn ProductOverview() -> impl IntoView {
         <Container
             header="Inventory"
             buttons=vec![
-                (view! { <IconP icon=icondata_io::IoClipboardOutline text="Inventory" /> }, "inventory"),
+                (
+                    view! { <IconP icon=icondata_io::IoClipboardOutline text="Inventory" /> },
+                    "inventory",
+                ),
                 (view! { <IconP icon=icondata_io::IoPricetags text="Consume" /> }, "consume"),
                 (view! { <IconP icon=icondata_io::IoStorefront text="Buy" /> }, "buy"),
             ]