diff --git a/explorer_service/src/lib.rs b/explorer_service/src/lib.rs index 489636fd..e2b2291e 100644 --- a/explorer_service/src/lib.rs +++ b/explorer_service/src/lib.rs @@ -28,7 +28,7 @@ pub fn App() -> impl IntoView { view! { - + <Title text="LEZ Block Explorer" /> <Meta name="description" content="Explore the blockchain - view blocks, transactions, and accounts" /> <Router> @@ -36,7 +36,7 @@ pub fn App() -> impl IntoView { <header class="app-header"> <nav class="app-nav"> <a href="/" class="nav-logo"> - "LEE Blockchain Explorer" + "LEZ Block Explorer" </a> </nav> </header> @@ -69,7 +69,7 @@ pub fn App() -> impl IntoView { </main> <footer class="app-footer"> - <p>"LEE Blockchain Explorer © 2026"</p> + <p>"LEZ Block Explorer © 2026"</p> </footer> </div> </Router> diff --git a/explorer_service/src/main.rs b/explorer_service/src/main.rs index 63d54d70..6cc4a9a4 100644 --- a/explorer_service/src/main.rs +++ b/explorer_service/src/main.rs @@ -10,7 +10,7 @@ async fn main() { env_logger::init(); - /// LEE Blockchain Explorer Server CLI arguments. + /// LEZ Block Explorer Server CLI arguments. #[derive(Parser, Debug)] #[command(version, about, long_about = None)] struct Args { diff --git a/explorer_service/src/pages/main_page.rs b/explorer_service/src/pages/main_page.rs index 4a47536d..3f6ec808 100644 --- a/explorer_service/src/pages/main_page.rs +++ b/explorer_service/src/pages/main_page.rs @@ -74,7 +74,7 @@ pub fn MainPage() -> impl IntoView { view! { <div class="main-page"> <div class="page-header"> - <h1>"LEE Blockchain Explorer"</h1> + <h1>"LEZ Block Explorer"</h1> </div> <div class="search-section">