mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-28 01:03:25 +00:00
fix: naming changes
This commit is contained in:
parent
fb2709f96c
commit
b2ae6317d2
@ -28,7 +28,7 @@ pub fn App() -> impl IntoView {
|
||||
|
||||
view! {
|
||||
<Stylesheet id="leptos" href="/explorer.css" />
|
||||
<Title text="LEE Blockchain Explorer" />
|
||||
<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>
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user