diff --git a/src/common/constants.rs b/src/common/constants.rs index 34f886a8..b6f69dd8 100644 --- a/src/common/constants.rs +++ b/src/common/constants.rs @@ -6,5 +6,6 @@ pub const ESTIMATED_ROW_HEIGHT: usize = 48; pub const DEFAULT_ESTIMATED_NON_TABLE_SPACE_IN_SECTIONS: usize = 160; pub const EPOCH_SLOTS: u16 = 7140; pub const DEFAULT_USER_INPUT_DEBOUNCE_INTERNVAL: f64 = 500.0; -pub const GLOBAL_SEARCH_PLACEHOLDER_TEXT: &str = "Paste, Enter, and Go!"; +pub const GLOBAL_SEARCH_PLACEHOLDER_TEXT: &str = + "Paste -> Enter -> Explore the Mina blockchain"; pub const LIVE_RELOAD_INTERVAL: u64 = 60000; diff --git a/src/common/search.rs b/src/common/search.rs index 422510a5..db7eccb1 100644 --- a/src/common/search.rs +++ b/src/common/search.rs @@ -40,23 +40,7 @@ pub fn GlobalSearchBar() -> impl IntoView { view! { -
- - "Mina Blockchain Explorer" - - - - "Powered by " - - "Granola" - - - -
-
+
impl IntoView { }, ]; view! { -