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! {
-
+
@@ -36,7 +36,7 @@ pub fn App() -> impl IntoView {
@@ -69,7 +69,7 @@ pub fn App() -> impl IntoView {
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! {